Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp.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 in isp_handle_rpt_id_acq()
[all...]
H A Dispvar.h350 int isp_topo; /* Connection Type */ member
H A Disp_library.c446 switch (fcp->isp_topo) { in isp_fc_toponame()