Lines Matching refs:last_speed
61 unsigned int last_speed; member
219 link->speed = lmac->last_speed; in bgx_get_lmac_link_state()
429 xcv_setup_link(enable ? lmac->link_up : 0, lmac->last_speed); in bgx_lmac_rx_tx_enable()
544 switch (lmac->last_speed) { in bgx_sgmii_change_link_state()
588 xcv_setup_link(lmac->link_up, lmac->last_speed); in bgx_sgmii_change_link_state()
605 lmac->last_speed != phydev->speed)) { in bgx_lmac_handler()
610 lmac->last_speed = phydev->speed; in bgx_lmac_handler()
955 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_sgmii_link()
968 lmac->last_speed = SPEED_10; in bgx_poll_for_sgmii_link()
971 lmac->last_speed = SPEED_100; in bgx_poll_for_sgmii_link()
974 lmac->last_speed = SPEED_1000; in bgx_poll_for_sgmii_link()
978 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_sgmii_link()
1018 lmac->last_speed = SPEED_40000; in bgx_poll_for_link()
1020 lmac->last_speed = SPEED_10000; in bgx_poll_for_link()
1024 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_link()
1033 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_link()
1111 lmac->last_speed = SPEED_1000; in bgx_lmac_enable()