Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_phy.c2678 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_m88()
2685 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()
2744 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_igp()
2750 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()
2805 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()
3993 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()
3999 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
H A De1000_hw.h822 enum e1000_1000t_rx_status remote_rx; member
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h221 e1000_1000t_rx_status remote_rx; member