Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_defines.h689 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
De1000_phy.c1959 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_m88()
2025 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_igp()
2547 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_82580()
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_hw.c3275 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()
3366 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