Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c2679 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_m88()
2686 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()
2745 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_igp()
2751 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()
2806 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()
3994 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()
4000 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
H A De1000_hw.h903 enum e1000_1000t_rx_status remote_rx; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h221 e1000_1000t_rx_status remote_rx; member