Searched refs:BFA_PORT_TOPOLOGY_LOOP (Results 1 – 5 of 5) sorted by relevance
939 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim()940 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim()976 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim_speed()977 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim_speed()2310 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_cfg_trunk()2311 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_cfg_trunk()2344 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_trunk_get_attr()2345 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_trunk_get_attr()2367 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_qos()2368 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_qos()[all …]
315 BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_created()358 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_linkdown()626 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_online()755 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_stopping()767 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()
3193 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcport_update_linkinfo()3831 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfa_fcport_cfg_speed()3890 case BFA_PORT_TOPOLOGY_LOOP: in bfa_fcport_cfg_topology()4018 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_get_rx_bbcredit()4203 (fcport->cfg.topology != BFA_PORT_TOPOLOGY_LOOP)) in bfa_fcport_set_qos_bw()4301 if (fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_cfg_bbcr()4349 if (fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_get_bbcr_attr()6841 if ((bfa_fcport_get_cfg_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) || in bfa_dport_enable()6842 (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP)) { in bfa_dport_enable()
799 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */ enumerator