Home
last modified time | relevance | path

Searched refs:isp_topo (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/isp/
HDisp.c1704 fcp->isp_topo = topo; in isp_fclink_test()
1707 if (!TOPO_IS_FABRIC(fcp->isp_topo)) { in isp_fclink_test()
1709 } else if (fcp->isp_topo != TOPO_F_PORT) { in isp_fclink_test()
1725 if (fcp->isp_topo == TOPO_F_PORT || fcp->isp_topo == TOPO_FL_PORT) { in isp_fclink_test()
1730 fcp->isp_topo = TOPO_PTP_STUB; in isp_fclink_test()
1971 if (TOPO_IS_FABRIC(fcp->isp_topo)) { in isp_scan_loop()
2256 if (!TOPO_IS_FABRIC(fcp->isp_topo)) { in isp_scan_fabric()
3561 int topo = fcp->isp_topo; in isp_intr_async()
3847 fcp->isp_topo = (rid.ridacq_map[0] >> 9) & 0x7; in isp_handle_rpt_id_acq()
HDispvar.h350 int isp_topo; /* Connection Type */ member
HDisp_freebsd.c207 "topo", CTLFLAG_RD, &fcp->isp_topo, 0, in isp_attach_chan()
488 hba->fc_topology = FCPARAM(isp, chan)->isp_topo + 1; in ispioctl()
HDisp_library.c446 switch (fcp->isp_topo) { in isp_fc_toponame()