Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispvar.h491 #define TOPO_F_PORT 3 macro
494 #define TOPO_IS_FABRIC(x) ((x) == TOPO_FL_PORT || (x) == TOPO_F_PORT)
H A Disp.c1709 } 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()
H A Disp_library.c450 case TOPO_F_PORT: return "Fabric (F_Port)"; in isp_fc_toponame()