Searched refs:isp_loopid (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | isp.c | 1561 icbp->icb_hardaddr = fcp->isp_loopid; in isp_fibre_init() 1821 icbp->icb_hardaddr = fcp->isp_loopid; in isp_fibre_init_2400() 2553 fcp->isp_loopid = mbs.param[1]; in isp_fclink_test() 2555 fcp->isp_loopid = mbs.param[1] & 0xff; in isp_fclink_test() 2602 if (alpa_map[i] && fcp->isp_loopid != i) { in isp_fclink_test() 2603 …A 0x%x) and ignoring returned value %d (AL_PA 0x%x)", chan, i, alpa_map[i], fcp->isp_loopid, alpa); in isp_fclink_test() 2604 fcp->isp_loopid = i; in isp_fclink_test() 2706 …(fcp->isp_wwpn >> 32), (uint32_t) fcp->isp_wwpn, fcp->isp_portid, fcp->isp_loopid, isp_fc_toponame… in isp_fclink_test() 4167 if (handle == FCPARAM(isp, chan)->isp_loopid) { in isp_nxt_handle() 7586 fcp->isp_loopid = DEFAULT_LOOPID(isp, chan); in isp_setdfltfcparm() [all …]
|
H A D | ispvar.h | 496 uint16_t isp_loopid; /* hard loop id */ member
|
H A D | isp_netbsd.c | 374 hba->fc_loopid = FCPARAM(isp, bus)->isp_loopid; in ispioctl()
|