| /linux/drivers/net/usb/ |
| H A D | ax88179_178a.c | 171 u8 eee_active; member 723 priv->eee_active = 0; in ax88179_chk_eee() 729 priv->eee_active = 0; in ax88179_chk_eee() 737 priv->eee_active = 0; in ax88179_chk_eee() 746 priv->eee_active = 0; in ax88179_chk_eee() 757 priv->eee_active = 0; in ax88179_chk_eee() 761 priv->eee_active = 1; in ax88179_chk_eee() 765 priv->eee_active = 0; in ax88179_chk_eee() 817 edata->eee_active = priv->eee_active; in ax88179_get_eee() 1660 ax179_data->eee_active = 0; in ax88179_reset()
|
| H A D | r8152.c | 8940 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8152_get_eee() 8974 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8153_get_eee()
|
| /linux/drivers/net/phy/ |
| H A D | phy.c | 1026 phydev->eee_active = err > 0; in phy_check_link_status() 1028 phydev->eee_active; in phy_check_link_status() 1033 phydev->eee_active = false; in phy_check_link_status() 1573 phydev->eee_active = false; in _phy_state_machine() 1953 enable_tx_lpi = phydev->eee_cfg.tx_lpi_enabled && phydev->eee_active; in phy_ethtool_set_eee_noneg()
|
| H A D | phy-c45.c | 1518 data->eee_active = phydev->eee_active; in genphy_c45_ethtool_get_eee()
|
| /linux/net/ethtool/ |
| H A D | eee.c | 98 if (nla_put_u8(skb, ETHTOOL_A_EEE_ACTIVE, eee->eee_active) || in eee_fill_reply()
|
| H A D | ioctl.c | 1893 eee->eee_active = keee->eee_active; in keee_to_eee()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac.h | 302 bool eee_active; member
|
| H A D | stmmac_selftests.c | 434 if (!priv->dma_cap.eee || !priv->eee_active) in stmmac_test_eee()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mcp.h | 123 bool eee_active; member
|
| H A D | qed_main.c | 2168 if_link->eee_active = link.eee_active; in qed_fill_link()
|
| H A D | qed_mcp.c | 1278 p_link->eee_active = !!(eee_status & EEE_ACTIVE_BIT); in qed_mcp_read_eee_config()
|
| /linux/include/linux/ |
| H A D | ethtool.h | 325 bool eee_active; member
|
| H A D | phy.h | 741 bool eee_active; member
|
| /linux/include/uapi/linux/ |
| H A D | ethtool.h | 372 __u32 eee_active; member
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ethtool.c | 723 eee->eee_active = true; in aq_ethtool_get_eee()
|
| /linux/include/linux/qed/ |
| H A D | qed_if.h | 749 bool eee_active; member
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3043 igb_get_eee_status_i354(hw, (bool *)&edata->eee_active); in igb_get_eee() 3051 edata->eee_active = true; in igb_get_eee() 3094 edata->eee_active = false; in igb_get_eee()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1745 edata->eee_active = true; in igc_ethtool_get_eee() 1757 edata->eee_active = false; in igc_ethtool_get_eee()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 1816 edata->eee_active = current_link.eee_active; in qede_get_eee()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ethtool.c | 2198 edata->eee_active = true; in e1000e_get_eee()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_ethtool.c | 2136 edata->eee_active = (eee_cfg & SHMEM_EEE_ACTIVE_BIT) ? 1 : 0; in bnx2x_get_eee()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ethtool.c | 3593 edata->eee_active = !linkmode_empty(common); in ixgbe_get_eee_fw()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 5690 edata->eee_active = pf->stats.tx_lpi_status && pf->stats.rx_lpi_status; in i40e_get_eee()
|