Searched refs:at_hdr (Results 1 – 3 of 3) sorted by relevance
678 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2]; in isp_endcmd() 679 cto->ct_iid_hi = aep->at_hdr.s_id[0]; in isp_endcmd() 680 cto->ct_oxid = aep->at_hdr.ox_id; in isp_endcmd() 1021 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() 1024 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr in isp_got_tmf_24xx() [all...]
2138 fc_hdr_t at_hdr; member
2853 isp_get_fc_hdr(isp, &src->at_hdr, &dst->at_hdr); in isp_get_atio7()