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

/freebsd-11-stable/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.c1646 struct amr_ext_passthrough *aep = &ac->ac_ccb->ccb_epthru; local
1662 aep->ap_no_sg_elements = ac->ac_nsegments;
1663 aep->ap_data_transfer_address = ac->ac_mb_physaddr;
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c359 at2_entry_t *aep = arg; local
369 atun._atio2.at_scclun = aep->at_scclun;
371 atun._atio2.at_lun = (uint8_t) aep->at_lun;
374 atun._atio2e.at_iid = ((at2e_entry_t *)aep)->at_iid;
376 atun._atio2.at_iid = aep->at_iid;
378 atun._atio2.at_rxid = aep->at_rxid;
417 at7_entry_t *aep; local
421 aep = va_arg(ap, at7_entry_t *);
430 isp_prt(isp, ISP_LOGTDEBUG0, "%s: [RX_ID 0x%x] chan %d code %x", __func__, aep->at_rxid, vpidx, code);
436 cto->ct_rxid = aep
473 at2_entry_t *aep; local
669 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep) argument
747 at7_entry_t *aep = arg; local
929 isp_handle_atio2(ispsoftc_t *isp, at2_entry_t *aep) argument
[all...]
H A Disp_freebsd.c1639 isp_handle_platform_atio2(ispsoftc_t *isp, at2_entry_t *aep) argument
1656 if ((aep->at_status & ~QLTM_SVALID) != AT_CDB) {
1657 isp_prt(isp, ISP_LOGWARN, "bogus atio (0x%x) leaked to platform", aep->at_status);
1658 isp_endcmd(isp, aep, NIL_HANDLE, 0, SCSI_STATUS_BUSY, 0);
1664 lun = aep->at_scclun;
1666 lun = aep->at_lun;
1669 nphdl = ((at2e_entry_t *)aep)->at_iid;
1671 nphdl = aep->at_iid;
1677 isp_prt(isp, ISP_LOGWARN, "%s: [0x%x] no state pointer for lun %jx or wildcard", __func__, aep->at_rxid, (uintmax_t)lun);
1679 isp_endcmd(isp, aep, nphd
1777 isp_handle_platform_atio7(ispsoftc_t *isp, at7_entry_t *aep) argument
2230 at7_entry_t *aep = (at7_entry_t *)mp->nt_lreserved; local
[all...]
H A Dispmbox.h2144 #define AT_MAKE_TAGID(tid, aep) \
2145 tid = aep->at_handle; \
2146 if (aep->at_flags & AT_TQAE) { \
2147 tid |= (aep->at_tag_val << 16); \
2226 #define AT2_MAKE_TAGID(tid, bus, inst, aep) \
2227 tid = aep->at_rxid; \
/freebsd-11-stable/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-11-stable/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 197 milliseconds