Searched refs:remote_rx (Results 1 – 2 of 2) sorted by relevance
2690 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_m88()2697 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()2756 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_igp()2762 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()2817 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()4008 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()4014 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
877 enum e1000_1000t_rx_status remote_rx; member