Searched refs:at_hdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/isp/
H A Disp_target.c666 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
667 cto->ct_iid_hi = aep->at_hdr.s_id[0];
668 cto->ct_oxid = aep->at_hdr.ox_id;
1009 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | (aep->at_hdr.s_id[2]);
1012 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr
[all...]
H A Disp_freebsd.c2513 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2];
2514 sid = (aep->at_hdr.s_id[0] << 16) | (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2];
2649 aep->at_rxid, nphdl, sid, aep->at_hdr.ox_id, oatp->state);
2699 atp->oxid = aep->at_hdr.ox_id;
2700 atp->rxid = aep->at_hdr.rx_id;
3305 sid = (aep->at_hdr
[all...]
H A Dispmbox.h2124 fc_hdr_t at_hdr; member in struct:__anon8144
H A Disp_library.c2898 isp_get_fc_hdr(isp, &src->at_hdr, &dst->at_hdr);

Completed in 174 milliseconds