Home
last modified time | relevance | path

Searched refs:SR_1000T_LOCAL_RX_STATUS (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_defines.h132 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_defines.h689 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
De1000_phy.c1958 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_m88()
2024 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_igp()
2546 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_82580()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
De1000_hw.c3274 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()
3365 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_m88_get_info()
De1000_hw.h2676 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro