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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_phy.c2649 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS)
2659 phy->local_rx = e1000_1000t_rx_status_undefined;
2715 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
2724 phy->local_rx = e1000_1000t_rx_status_undefined;
2779 phy->local_rx = e1000_1000t_rx_status_undefined;
3977 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS)
3986 phy->local_rx = e1000_1000t_rx_status_undefined;
H A De1000_hw.h799 enum e1000_1000t_rx_status local_rx; member in struct:e1000_phy_info

Completed in 103 milliseconds