Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/e1000/
De1000_defines.h983 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
De1000_phy.c2674 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_m88()
2740 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_igp()
3992 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_82577()