TOPO_FL_PORT
if (fcp->isp_topo == TOPO_F_PORT || fcp->isp_topo == TOPO_FL_PORT) {
if (topo == TOPO_NL_PORT || topo == TOPO_FL_PORT) {
case TOPO_FL_PORT: return "Public Loop (FL_Port)";
#define TOPO_IS_FABRIC(x) ((x) == TOPO_FL_PORT || (x) == TOPO_F_PORT)