Searched refs:aep (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/dev/isp/ |
| HD | isp_target.c | 243 at7_entry_t *aep; in isp_endcmd() local 249 aep = va_arg(ap, at7_entry_t *); in isp_endcmd() 258 …isp_prt(isp, ISP_LOGTDEBUG0, "%s: [RX_ID 0x%x] chan %d code %x", __func__, aep->at_rxid, vpidx, co… in isp_endcmd() 265 cto->ct_rxid = aep->at_rxid; in isp_endcmd() 266 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2]; in isp_endcmd() 267 cto->ct_iid_hi = aep->at_hdr.s_id[0]; in isp_endcmd() 268 cto->ct_oxid = aep->at_hdr.ox_id; in isp_endcmd() 296 if (aep->at_cmnd.cdb_dl.sf.fcp_cmnd_dl != 0) { in isp_endcmd() 297 cto->ct_resid = aep->at_cmnd.cdb_dl.sf.fcp_cmnd_dl; in isp_endcmd() 352 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep) in isp_got_tmf_24xx() argument [all …]
|
| HD | isp_freebsd.c | 1300 isp_handle_platform_atio7(ispsoftc_t *isp, at7_entry_t *aep) in isp_handle_platform_atio7() argument 1313 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2]; in isp_handle_platform_atio7() 1314 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2]; in isp_handle_platform_atio7() 1315 lun = CAM_EXTLUN_BYTE_SWIZZLE(be64dec(aep->at_cmnd.fcp_cmnd_lun)); in isp_handle_platform_atio7() 1323 __func__, aep->at_rxid, did); in isp_handle_platform_atio7() 1324 isp_endcmd(isp, aep, NIL_HANDLE, ISP_NOCHAN, in isp_handle_platform_atio7() 1340 __func__, aep->at_rxid, did, chan, sid); in isp_handle_platform_atio7() 1342 isp_endcmd(isp, aep, NIL_HANDLE, chan, ECMD_TERMINATE, 0); in isp_handle_platform_atio7() 1356 __func__, aep->at_rxid, (uintmax_t)lun); in isp_handle_platform_atio7() 1358 isp_endcmd(isp, aep, nphdl, chan, SCSI_STATUS_BUSY, 0); in isp_handle_platform_atio7() [all …]
|
| /freebsd-14-stable/lib/libusb/ |
| HD | libusb01.c | 349 struct libusb20_endpoint *aep; in usb_parse_endpoint() local 351 aep = ps->a.currep; in usb_parse_endpoint() 356 bep->bLength = aep->desc.bLength; in usb_parse_endpoint() 357 bep->bDescriptorType = aep->desc.bDescriptorType; in usb_parse_endpoint() 358 bep->bEndpointAddress = aep->desc.bEndpointAddress; in usb_parse_endpoint() 359 bep->bmAttributes = aep->desc.bmAttributes; in usb_parse_endpoint() 360 bep->wMaxPacketSize = aep->desc.wMaxPacketSize; in usb_parse_endpoint() 361 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint() 362 bep->bRefresh = aep->desc.bRefresh; in usb_parse_endpoint() 363 bep->bSynchAddress = aep->desc.bSynchAddress; in usb_parse_endpoint() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/ |
| HD | CREDITS.TXT | 120 E: aep at exys dot org
|
| /freebsd-14-stable/crypto/openssl/ |
| HD | CHANGES.md | 4733 * Removed obsolete engines: 4758cca, aep, atalla, cswift, nuron, gmp, 12963 Processing, www.aep.ie. (Use engine 'aep') 15155 Encryption Processing, www.aep.ie. (Use engine 'aep')
|