Home
last modified time | relevance | path

Searched refs:local_rx (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/e1000e/
Dphy.c1927 phy->local_rx = (phy_data & LPA_1000LOCALRXOK) in e1000e_get_phy_info_m88()
1935 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000e_get_phy_info_m88()
1989 phy->local_rx = (data & LPA_1000LOCALRXOK) in e1000e_get_phy_info_igp()
1996 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000e_get_phy_info_igp()
2049 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()
3183 phy->local_rx = (data & LPA_1000LOCALRXOK) in e1000_get_phy_info_82577()
3190 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
Dhw.h608 enum e1000_1000t_rx_status local_rx; member
/linux-5.19.10/drivers/net/ethernet/intel/igb/
De1000_phy.c1959 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_m88()
1969 phy->local_rx = e1000_1000t_rx_status_undefined; in igb_get_phy_info_m88()
2025 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_igp()
2034 phy->local_rx = e1000_1000t_rx_status_undefined; in igb_get_phy_info_igp()
2547 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_82580()
2556 phy->local_rx = e1000_1000t_rx_status_undefined; in igb_get_phy_info_82580()
De1000_hw.h407 enum e1000_1000t_rx_status local_rx; member
/linux-5.19.10/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()
3395 phy_info->local_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
De1000_hw.h222 e1000_1000t_rx_status local_rx; member