Home
last modified time | relevance | path

Searched refs:local_rx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c1976 phy->local_rx = (phy_data & LPA_1000LOCALRXOK) in e1000e_get_phy_info_m88()
1984 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000e_get_phy_info_m88()
2038 phy->local_rx = (data & LPA_1000LOCALRXOK) in e1000e_get_phy_info_igp()
2045 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000e_get_phy_info_igp()
2098 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_ife()
3246 phy->local_rx = (data & LPA_1000LOCALRXOK) in e1000_get_phy_info_82577()
3253 phy->local_rx = e1000_1000t_rx_status_undefined; in e1000_get_phy_info_82577()
H A Dhw.h620 enum e1000_1000t_rx_status local_rx; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1957 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_m88()
1967 phy->local_rx = e1000_1000t_rx_status_undefined; in igb_get_phy_info_m88()
2023 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_igp()
2032 phy->local_rx = e1000_1000t_rx_status_undefined; in igb_get_phy_info_igp()
2545 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in igb_get_phy_info_82580()
2554 phy->local_rx = e1000_1000t_rx_status_undefined; in igb_get_phy_info_82580()
H A De1000_hw.h407 enum e1000_1000t_rx_status local_rx; member
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3275 phy_info->local_rx = FIELD_GET(SR_1000T_LOCAL_RX_STATUS, in e1000_phy_igp_get_info()
3362 phy_info->local_rx = FIELD_GET(SR_1000T_LOCAL_RX_STATUS, in e1000_phy_m88_get_info()
3391 phy_info->local_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
H A De1000_hw.h222 e1000_1000t_rx_status local_rx; member
/openbmc/u-boot/drivers/net/
H A De1000.h229 e1000_1000t_rx_status local_rx; member