Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h177 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
H A Digc_main.c5747 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igc_watchdog_task()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h688 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
H A De1000_phy.c1961 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_m88()
2027 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_igp()
2549 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igb_get_phy_info_82580()
H A Digb_main.c5592 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igb_watchdog_task()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3278 phy_info->remote_rx = FIELD_GET(SR_1000T_REMOTE_RX_STATUS, in e1000_phy_igp_get_info()
3365 phy_info->remote_rx = FIELD_GET(SR_1000T_REMOTE_RX_STATUS, in e1000_phy_m88_get_info()
H A De1000_hw.h2672 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro