Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h993 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
H A 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()
3989 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_82577()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1832 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro