Searched refs:SR_1000T_REMOTE_RX_STATUS (Results 1 – 7 of 7) sorted by relevance
131 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
4292 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igc_watchdog_task()
688 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
1962 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_m88()2028 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_igp()2550 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_82580()
5509 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igb_watchdog_task()
3277 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()3368 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_m88_get_info()
2675 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro