Searched refs:aep (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/dev/amr/
H A Damr_cam.c421 struct amr_ext_passthrough *aep; local
428 aep = NULL;
450 aep = &ac->ac_ccb->ccb_epthru;
451 aep->ap_timeout = 2;
452 aep->ap_ars = 1;
453 aep->ap_request_sense_length = 14;
454 aep->ap_islogical = 0;
455 aep->ap_channel = bus;
456 aep->ap_scsi_id = target;
457 aep
548 struct amr_ext_passthrough *aep; local
[all...]
H A Damr.c1650 struct amr_ext_passthrough *aep = &ac->ac_ccb->ccb_epthru; local
1666 aep->ap_no_sg_elements = ac->ac_nsegments;
1667 aep->ap_data_transfer_address = ac->ac_mb_physaddr;
/freebsd-10.1-release/sys/dev/isp/
H A Disp_target.c580 at2_entry_t *aep = arg; local
584 atun._atio2.at_scclun = aep->at_scclun;
586 atun._atio2.at_lun = (uint8_t) aep->at_lun;
589 atun._atio2e.at_iid = ((at2e_entry_t *)aep)->at_iid;
591 atun._atio2.at_iid = aep->at_iid;
593 atun._atio2.at_rxid = aep->at_rxid;
596 at_entry_t *aep = arg; local
599 atun._atio.at_handle = aep->at_handle;
600 atun._atio.at_iid = aep->at_iid;
601 atun._atio.at_tgt = aep
646 at7_entry_t *aep; local
697 at2_entry_t *aep; local
740 at_entry_t *aep; local
994 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep) argument
1060 at7_entry_t *aep = arg; local
1246 isp_handle_atio(ispsoftc_t *isp, at_entry_t *aep) argument
1320 isp_handle_atio2(ispsoftc_t *isp, at2_entry_t *aep) argument
[all...]
H A Disp_freebsd.c2209 isp_handle_platform_atio(ispsoftc_t *isp, at_entry_t *aep) argument
2225 status = aep->at_status;
2233 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0);
2238 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0);
2242 bus = GET_BUS_VAL(aep->at_iid);
2243 tptr = get_lun_statep(isp, bus, aep->at_lun);
2256 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0);
2261 atp = isp_get_atpd(isp, tptr, aep->at_handle);
2273 ((atp == NULL)? "ATPs" : "ATIOs"), aep->at_lun, aep
2329 isp_handle_platform_atio2(ispsoftc_t *isp, at2_entry_t *aep) argument
2504 isp_handle_platform_atio7(ispsoftc_t *isp, at7_entry_t *aep) argument
3303 at7_entry_t *aep = (at7_entry_t *)mp->nt_lreserved; local
[all...]
H A Dispmbox.h1990 #define AT_MAKE_TAGID(tid, aep) \
1991 tid = aep->at_handle; \
1992 if (aep->at_flags & AT_TQAE) { \
1993 tid |= (aep->at_tag_val << 16); \
2072 #define AT2_MAKE_TAGID(tid, bus, inst, aep) \
2073 tid = aep->at_rxid; \
/freebsd-10.1-release/lib/libusb/
H A Dlibusb01.c348 struct libusb20_endpoint *aep; local
350 aep = ps->a.currep;
355 bep->bLength = aep->desc.bLength;
356 bep->bDescriptorType = aep->desc.bDescriptorType;
357 bep->bEndpointAddress = aep->desc.bEndpointAddress;
358 bep->bmAttributes = aep->desc.bmAttributes;
359 bep->wMaxPacketSize = aep->desc.wMaxPacketSize;
360 bep->bInterval = aep->desc.bInterval;
361 bep->bRefresh = aep->desc.bRefresh;
362 bep->bSynchAddress = aep
[all...]
/freebsd-10.1-release/crypto/openssl/engines/
H A DMakefile29 LIBNAMES= 4758cca aep atalla cswift gmp chil nuron sureware ubsec padlock capi
201 e_aep.o: vendor_defns/aep.h

Completed in 132 milliseconds