Lines Matching refs:last_speed
61 unsigned int last_speed; member
219 link->speed = lmac->last_speed; in bgx_get_lmac_link_state()
420 xcv_setup_link(enable ? lmac->link_up : 0, lmac->last_speed); in bgx_lmac_rx_tx_enable()
535 switch (lmac->last_speed) { in bgx_sgmii_change_link_state()
579 xcv_setup_link(lmac->link_up, lmac->last_speed); in bgx_sgmii_change_link_state()
599 lmac->last_speed != phydev->speed)) { in bgx_lmac_handler()
604 lmac->last_speed = phydev->speed; in bgx_lmac_handler()
949 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_sgmii_link()
962 lmac->last_speed = SPEED_10; in bgx_poll_for_sgmii_link()
965 lmac->last_speed = SPEED_100; in bgx_poll_for_sgmii_link()
968 lmac->last_speed = SPEED_1000; in bgx_poll_for_sgmii_link()
972 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_sgmii_link()
1012 lmac->last_speed = SPEED_40000; in bgx_poll_for_link()
1014 lmac->last_speed = SPEED_10000; in bgx_poll_for_link()
1018 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_link()
1027 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_link()
1105 lmac->last_speed = SPEED_1000; in bgx_lmac_enable()