Searched refs:SR_1000T_REMOTE_RX_STATUS (Results 1 – 6 of 6) sorted by relevance
552 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
1878 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_m88()1944 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_igp()2300 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_82580()
583 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
1965 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000e_get_phy_info_m88()2029 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000e_get_phy_info_igp()3229 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()
3329 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()3421 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_m88_get_info()
2693 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro