Lines Matching refs:speed

3043 	port_cfg->speed = BFA_PORT_SPEED_AUTO;  in bfa_fcport_attach()
3099 fcport->speed = pevent->link_state.speed; in bfa_fcport_update_linkinfo()
3127 bfa_trc(fcport->bfa, fcport->speed); in bfa_fcport_update_linkinfo()
3134 fcport->speed = BFA_PORT_SPEED_UNKNOWN; in bfa_fcport_reset_linkinfo()
3430 trunk->attr.speed = scn->trunk_speed; in bfa_trunk_scn()
3438 lattr->speed = tlink->speed; in bfa_trunk_scn()
3442 fcport->speed = tlink->speed; in bfa_trunk_scn()
3450 bfa_trc(fcport->bfa, lattr->speed); in bfa_trunk_scn()
3496 fcport->trunk.attr.speed = BFA_PORT_SPEED_UNKNOWN; in bfa_trunk_iocdisable()
3503 fcport->trunk.attr.link_attr[i].speed = in bfa_trunk_iocdisable()
3727 bfa_fcport_cfg_speed(struct bfa_s *bfa, enum bfa_port_speed speed) in bfa_fcport_cfg_speed() argument
3731 bfa_trc(bfa, speed); in bfa_fcport_cfg_speed()
3736 (speed == BFA_PORT_SPEED_16GBPS)) in bfa_fcport_cfg_speed()
3738 if ((speed != BFA_PORT_SPEED_AUTO) && (speed > fcport->speed_sup)) { in bfa_fcport_cfg_speed()
3746 if ((speed == BFA_PORT_SPEED_1GBPS) && in bfa_fcport_cfg_speed()
3751 if (!(speed == BFA_PORT_SPEED_1GBPS || in bfa_fcport_cfg_speed()
3752 speed == BFA_PORT_SPEED_2GBPS || in bfa_fcport_cfg_speed()
3753 speed == BFA_PORT_SPEED_4GBPS || in bfa_fcport_cfg_speed()
3754 speed == BFA_PORT_SPEED_8GBPS || in bfa_fcport_cfg_speed()
3755 speed == BFA_PORT_SPEED_16GBPS || in bfa_fcport_cfg_speed()
3756 speed == BFA_PORT_SPEED_AUTO)) in bfa_fcport_cfg_speed()
3759 if (speed != BFA_PORT_SPEED_10GBPS) in bfa_fcport_cfg_speed()
3763 fcport->cfg.speed = speed; in bfa_fcport_cfg_speed()
3776 return fcport->speed; in bfa_fcport_get_speed()
3804 (fcport->cfg.speed == BFA_PORT_SPEED_16GBPS)) in bfa_fcport_cfg_topology()
3967 attr->pport_cfg.speed = fcport->cfg.speed; in bfa_fcport_get_attr()
3969 attr->speed = fcport->speed; in bfa_fcport_get_attr()
4214 if ((fcport->cfg.speed != BFA_PORT_SPEED_AUTO) && in bfa_fcport_cfg_bbcr()
4215 (fcport->cfg.speed < bfa_ioc_speed_sup(&bfa->ioc))) in bfa_fcport_cfg_bbcr()
4952 bfa_trc(rp->bfa, rp->rport_info.speed); in bfa_rport_send_fwspeed()
4959 m->speed = (u8)rp->rport_info.speed; in bfa_rport_send_fwspeed()
5087 bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed) in bfa_rport_speed() argument
5089 WARN_ON(speed == 0); in bfa_rport_speed()
5090 WARN_ON(speed == BFA_PORT_SPEED_AUTO); in bfa_rport_speed()
5093 rport->rport_info.speed = speed; in bfa_rport_speed()
5876 lb_req->speed = loopback->speed; in bfa_fcdiag_loopback_send()
5884 bfa_trc(fcdiag, loopback->speed); in bfa_fcdiag_loopback_send()
5936 enum bfa_port_speed speed, u32 lpcnt, u32 pat, in bfa_fcdiag_loopback() argument
5963 if (!(speed == BFA_PORT_SPEED_1GBPS || in bfa_fcdiag_loopback()
5964 speed == BFA_PORT_SPEED_2GBPS || in bfa_fcdiag_loopback()
5965 speed == BFA_PORT_SPEED_4GBPS || in bfa_fcdiag_loopback()
5966 speed == BFA_PORT_SPEED_8GBPS || in bfa_fcdiag_loopback()
5967 speed == BFA_PORT_SPEED_16GBPS || in bfa_fcdiag_loopback()
5968 speed == BFA_PORT_SPEED_AUTO)) { in bfa_fcdiag_loopback()
5969 bfa_trc(fcdiag, speed); in bfa_fcdiag_loopback()
5974 if (speed > attr.speed_supported) in bfa_fcdiag_loopback()
5977 if (speed != BFA_PORT_SPEED_10GBPS) { in bfa_fcdiag_loopback()
5978 bfa_trc(fcdiag, speed); in bfa_fcdiag_loopback()
5986 if ((speed == BFA_PORT_SPEED_1GBPS) && in bfa_fcdiag_loopback()
5988 bfa_trc(fcdiag, speed); in bfa_fcdiag_loopback()
5995 if (!(speed == BFA_PORT_SPEED_1GBPS || in bfa_fcdiag_loopback()
5996 speed == BFA_PORT_SPEED_2GBPS || in bfa_fcdiag_loopback()
5997 speed == BFA_PORT_SPEED_4GBPS || in bfa_fcdiag_loopback()
5998 speed == BFA_PORT_SPEED_8GBPS || in bfa_fcdiag_loopback()
5999 speed == BFA_PORT_SPEED_16GBPS || in bfa_fcdiag_loopback()
6000 speed == BFA_PORT_SPEED_AUTO)) in bfa_fcdiag_loopback()
6003 if (speed != BFA_PORT_SPEED_10GBPS) in bfa_fcdiag_loopback()
6020 loopback.speed = speed; in bfa_fcdiag_loopback()
6569 dport->result.speed = msg->info.testcomp.speed; in bfa_dport_scn()
6575 bfa_trc(dport->bfa, dport->result.speed); in bfa_dport_scn()