Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/igb/
De1000_defines.h689 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
De1000_phy.c1957 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_m88()
2023 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_igp()
2545 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_82580()
/linux-6.12.1/drivers/net/ethernet/intel/e1000/
De1000_hw.c3275 phy_info->local_rx = FIELD_GET(SR_1000T_LOCAL_RX_STATUS, in e1000_phy_igp_get_info()
3362 phy_info->local_rx = FIELD_GET(SR_1000T_LOCAL_RX_STATUS, in e1000_phy_m88_get_info()
De1000_hw.h2673 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro