Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h175 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
H A Digc_main.c5645 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igc_watchdog_task()
/openbmc/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.c5621 if (!(phy_data & SR_1000T_REMOTE_RX_STATUS) && in igb_watchdog_task()
/openbmc/u-boot/drivers/net/
H A De1000.h2321 #define SR_1000T_REMOTE_RX_STATUS 0x1000 /* Remote receiver OK */ macro
/openbmc/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