Home
last modified time | relevance | path

Searched refs:at_hdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_target.c266 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()
368 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2]; in isp_got_tmf_24xx()
369 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr in isp_got_tmf_24xx()
[all...]
H A Dispmbox.h1422 fc_hdr_t at_hdr; member
H A Disp_library.c1664 isp_get_fc_hdr(isp, &src->at_hdr, &dst->at_hdr); in isp_get_atio7()