Searched refs:E1000_STATUS_LU (Results 1 – 3 of 3) sorted by relevance
2292 if (status & E1000_STATUS_LU) in em_setup_fiber_serdes_link()4286 if (status & E1000_STATUS_LU) in em_check_for_link()4492 (!(status & E1000_STATUS_LU)) && (!(rxcw & E1000_RXCW_C))) { in em_check_for_link()4550 hw->serdes_link_down = !(E1000_STATUS_LU & in em_check_for_link()
1573 #define E1000_STATUS_LU 0x00000002 /* Link up.0=no,1=link */ macro
1543 if (E1000_READ_REG(&sc->hw, STATUS) & E1000_STATUS_LU) { in em_update_link_status()