Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/isp/
HDispvar.h489 #define TOPO_FL_PORT 1 macro
494 #define TOPO_IS_FABRIC(x) ((x) == TOPO_FL_PORT || (x) == TOPO_F_PORT)
HDisp.c1725 if (fcp->isp_topo == TOPO_F_PORT || fcp->isp_topo == TOPO_FL_PORT) { in isp_fclink_test()
3579 if (topo == TOPO_NL_PORT || topo == TOPO_FL_PORT) { in isp_intr_async()
HDisp_library.c448 case TOPO_FL_PORT: return "Public Loop (FL_Port)"; in isp_fc_toponame()