Searched refs:BFA_PORT_TOPOLOGY_LOOP (Results 1 – 5 of 5) sorted by relevance
940 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim()941 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim()977 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_ratelim_speed()978 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_ratelim_speed()2309 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_cfg_trunk()2310 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_cfg_trunk()2343 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) || in bfad_iocmd_trunk_get_attr()2344 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_trunk_get_attr()2366 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfad_iocmd_qos()2367 (fcport->topology == BFA_PORT_TOPOLOGY_LOOP)) in bfad_iocmd_qos()[all …]
253 BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_created()296 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_linkdown()564 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_online()693 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_fabric_sm_stopping()705 if (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcs_fabric_sm_stopping()
253 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_plogi_sending()385 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_plogi_retry()491 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_plogi()1166 BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcs_rport_sm_hcb_offline()1384 BFA_PORT_TOPOLOGY_LOOP)); in bfa_fcs_rport_sm_offline()
3116 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcport_update_linkinfo()3749 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfa_fcport_cfg_speed()3808 case BFA_PORT_TOPOLOGY_LOOP: in bfa_fcport_cfg_topology()3936 if (bfa_fcport_get_topology(bfa) != BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_get_rx_bbcredit()4121 (fcport->cfg.topology != BFA_PORT_TOPOLOGY_LOOP)) in bfa_fcport_set_qos_bw()4219 if (fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_cfg_bbcr()4267 if (fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_get_bbcr_attr()6693 if ((bfa_fcport_get_cfg_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP) || in bfa_dport_enable()6694 (bfa_fcport_get_topology(bfa) == BFA_PORT_TOPOLOGY_LOOP)) { in bfa_dport_enable()
800 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */ enumerator