Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_stds.h141 uint8_t rftid_portid[3]; member
H A Disp.c2565 rp.rftid_portid[0] = fcp->isp_portid >> 16; in isp_register_fc4_type()
2566 rp.rftid_portid[1] = fcp->isp_portid >> 8; in isp_register_fc4_type()
2567 rp.rftid_portid[2] = fcp->isp_portid; in isp_register_fc4_type()
H A Disp_library.c1276 ISP_IOZPUT_8(isp, src->rftid_portid[i], &dst->rftid_portid[i]); in isp_put_rft_id()