Home
last modified time | relevance | path

Searched refs:SR_1000T_REMOTE_RX_STATUS (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/net/igb/
De1000_defines.h552 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
De1000_phy.c1878 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()
/linux-2.6.39/drivers/net/e1000e/
Ddefines.h583 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
Dphy.c1965 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()
/linux-2.6.39/drivers/net/e1000/
De1000_hw.c3329 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()
De1000_hw.h2693 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro