Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_phy.c2685 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_m88()
2695 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()
2751 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_igp()
2760 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()
2815 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()
4003 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_82577()
4012 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
H A De1000_hw.h875 enum e1000_1000t_rx_status local_rx; member