Searched refs:local_rx (Results 1 – 4 of 4) sorted by relevance
2658 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_m88()2668 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_m88()2724 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_igp()2733 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_igp()2788 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()3977 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_82577()3986 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
808 enum e1000_1000t_rx_status local_rx; member
2698 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igc_get_phy_info_m88()2708 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_m88()2764 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igc_get_phy_info_igp()2773 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_igp()2828 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_ife()4021 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igc_get_phy_info_82577()4030 phy->local_rx = igc_1000t_rx_status_undefined; in igc_get_phy_info_82577()
831 enum igc_1000t_rx_status local_rx; member