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

/freebsd-11.0-release/sys/dev/isp/
H A Disp.c2911 if (loop && (p >> 8) != (fcp->isp_portid >> 8))
3065 fcp->isp_portid = mbs.param[2] | (mbs.param[3] << 16);
3070 uint8_t alpa = fcp->isp_portid;
3166 chan, fcp->isp_gbspeed, isp_fc_toponame(fcp), fcp->isp_portid,
3794 if (portid == fcp->isp_portid) {
3990 reqp->snscb_data[4] = fcp->isp_portid & 0xffff;
3991 reqp->snscb_data[5] = (fcp->isp_portid >> 16) & 0xff;
4039 rp.rftid_portid[0] = fcp->isp_portid >> 16;
4040 rp.rftid_portid[1] = fcp->isp_portid >> 8;
4041 rp.rftid_portid[2] = fcp->isp_portid;
[all...]
H A Dispvar.h438 isp_portid : 24; /* S_ID */ member in struct:__anon10515
H A Disp_freebsd.c4063 cpi->xport_specific.fc.port = fcp->isp_portid;
H A Disp_library.c2336 if (fcp->isp_portid == did) {

Completed in 71 milliseconds