Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.c2658 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_m88()
2668 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()
2724 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_igp()
2733 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()
2788 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()
3977 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_82577()
3986 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
H A De1000_hw.h808 enum e1000_1000t_rx_status local_rx; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.c2698 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igc_get_phy_info_m88()
2708 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_m88()
2764 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igc_get_phy_info_igp()
2773 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_igp()
2828 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_ife()
4021 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igc_get_phy_info_82577()
4030 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_82577()
H A Digc_hw.h831 enum igc_1000t_rx_status local_rx; member