Searched refs:remote_rx (Results 1 – 2 of 2) sorted by relevance
2728 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_m88()2735 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()2794 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_igp()2800 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()2855 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()4060 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()4066 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
881 enum e1000_1000t_rx_status remote_rx; member