Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c932 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim()
933 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim()
969 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim_speed()
970 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim_speed()
2300 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_cfg_trunk()
2301 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_cfg_trunk()
2334 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_trunk_get_attr()
2335 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_trunk_get_attr()
2357 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_qos()
2358 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_qos()
[all …]
H A Dbfa_fcs.c245 BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_created()
288 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_linkdown()
556 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_online()
685 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_stopping()
697 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcs_fabric_sm_stopping()
H A Dbfa_defs_svc.h792 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */ enumerator