Lines Matching refs:topology
3115 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_fcport_attach()
3191 fcport->topology = pevent->link_state.topology; in bfa_fcport_update_linkinfo()
3193 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcport_update_linkinfo()
3219 bfa_trc(fcport->bfa, fcport->topology); in bfa_fcport_update_linkinfo()
3226 fcport->topology = BFA_PORT_TOPOLOGY_NONE; in bfa_fcport_reset_linkinfo()
3539 fcport->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_trunk_scn()
3831 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfa_fcport_cfg_speed()
3879 bfa_fcport_cfg_topology(struct bfa_s *bfa, enum bfa_port_topology topology) in bfa_fcport_cfg_topology() argument
3883 bfa_trc(bfa, topology); in bfa_fcport_cfg_topology()
3884 bfa_trc(bfa, fcport->cfg.topology); in bfa_fcport_cfg_topology()
3886 switch (topology) { in bfa_fcport_cfg_topology()
3917 fcport->cfg.topology = topology; in bfa_fcport_cfg_topology()
3929 return fcport->topology; in bfa_fcport_get_topology()
3940 return fcport->cfg.topology; in bfa_fcport_get_cfg_topology()
4069 attr->pport_cfg.topology = fcport->cfg.topology; in bfa_fcport_get_attr()
4070 attr->topology = fcport->topology; in bfa_fcport_get_attr()
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()