Searched refs:SR_1000T_REMOTE_RX_STATUS (Results 1 – 7 of 7) sorted by relevance
175 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
5659 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igc_watchdog_task()
688 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
1963 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_m88()2029 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_igp()2551 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_82580()
5612 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igb_watchdog_task()
3278 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()3369 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_m88_get_info()
2672 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro