Searched refs:BFA_PORT_TOPOLOGY_LOOP (Results 1 – 5 of 5) sorted by relevance
911 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim()912 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim()948 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim_speed()949 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim_speed()2244 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_cfg_trunk()2245 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_cfg_trunk()2278 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_trunk_get_attr()2279 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_trunk_get_attr()2301 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_qos()2302 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_qos()[all …]
318 BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_created()361 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_linkdown()632 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_online()761 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_stopping()773 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcs_fabric_sm_stopping()
252 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_plogi_sending()384 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_plogi_retry()490 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_plogi()1165 BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_rport_sm_hcb_offline()1383 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_offline()
3151 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcport_update_linkinfo()3774 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfa_fcport_cfg_speed()3833 case BFA_PORT_TOPOLOGY_LOOP: in bfa_fcport_cfg_topology()3959 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_get_rx_bbcredit()4137 (fcport->cfg.topology != BFA_PORT_TOPOLOGY_LOOP)) in bfa_fcport_set_qos_bw()6336 if ((bfa_fcport_get_cfg_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) || in bfa_dport_enable()6337 (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP)) { in bfa_dport_enable()
761 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */ enumerator