Searched refs:remote_rx (Results 1 – 4 of 4) sorted by relevance
2662 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_m88()2669 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()2728 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_igp()2734 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()2789 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()3981 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in e1000_get_phy_info_82577()3987 phy->remote_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
809 enum e1000_1000t_rx_status remote_rx; member
2702 phy->remote_rx = (phy_data & SR_1000T_REMOTE_RX_STATUS) in igc_get_phy_info_m88()2709 phy->remote_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_m88()2768 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igc_get_phy_info_igp()2774 phy->remote_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_igp()2829 phy->remote_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_ife()4025 phy->remote_rx = (data & SR_1000T_REMOTE_RX_STATUS) in igc_get_phy_info_82577()4031 phy->remote_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_82577()
832 enum igc_1000t_rx_status remote_rx; member