Searched refs:remote_rx (Results 1 – 2 of 2) sorted by relevance
2689 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_m88()2696 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()2755 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_igp()2761 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()2816 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()4007 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()4013 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
876 enum e1000_1000t_rx_status remote_rx; member