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()
607 lmac->last_speed != phydev->speed)) { in bgx_lmac_handler()
612 lmac->last_speed = phydev->speed; in bgx_lmac_handler()
957 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_sgmii_link()
970 lmac->last_speed = SPEED_10; in bgx_poll_for_sgmii_link()
973 lmac->last_speed = SPEED_100; in bgx_poll_for_sgmii_link()
976 lmac->last_speed = SPEED_1000; in bgx_poll_for_sgmii_link()
980 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_sgmii_link()
1020 lmac->last_speed = SPEED_40000; in bgx_poll_for_link()
1022 lmac->last_speed = SPEED_10000; in bgx_poll_for_link()
1026 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_link()
1035 lmac->last_speed = SPEED_UNKNOWN; in bgx_poll_for_link()
1113 lmac->last_speed = SPEED_1000; in bgx_lmac_enable()