Lines Matching refs:topology
3075 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_fcport_attach()
3149 fcport->topology = pevent->link_state.topology; in bfa_fcport_update_linkinfo()
3151 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) { in bfa_fcport_update_linkinfo()
3172 bfa_trc(fcport->bfa, fcport->topology); in bfa_fcport_update_linkinfo()
3179 fcport->topology = BFA_PORT_TOPOLOGY_NONE; in bfa_fcport_reset_linkinfo()
3492 fcport->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_trunk_scn()
3774 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) && in bfa_fcport_cfg_speed()
3822 bfa_fcport_cfg_topology(struct bfa_s *bfa, enum bfa_port_topology topology) in bfa_fcport_cfg_topology() argument
3826 bfa_trc(bfa, topology); in bfa_fcport_cfg_topology()
3827 bfa_trc(bfa, fcport->cfg.topology); in bfa_fcport_cfg_topology()
3829 switch (topology) { in bfa_fcport_cfg_topology()
3858 fcport->cfg.topology = topology; in bfa_fcport_cfg_topology()
3870 return fcport->topology; in bfa_fcport_get_topology()
3881 return fcport->cfg.topology; in bfa_fcport_get_cfg_topology()
4013 attr->pport_cfg.topology = fcport->cfg.topology; in bfa_fcport_get_attr()
4014 attr->topology = fcport->topology; in bfa_fcport_get_attr()
4137 (fcport->cfg.topology != BFA_PORT_TOPOLOGY_LOOP)) in bfa_fcport_set_qos_bw()