/linux-6.6.21/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_ethtool.c | 363 intf->eee.eee_active = enable; in bcmasp_eee_enable_set() 375 e->eee_active = p->eee_active; in bcmasp_get_eee() 402 intf->eee.eee_active = ret >= 0; in bcmasp_set_eee()
|
D | bcmasp_intf.c | 661 intf->eee.eee_active = phy_init_eee(phydev, 0) >= 0; in bcmasp_adj_link() 662 bcmasp_eee_enable_set(intf, intf->eee.eee_active); in bcmasp_adj_link()
|
/linux-6.6.21/drivers/net/usb/ |
D | ax88179_178a.c | 171 u8 eee_active; member 722 priv->eee_active = 0; in ax88179_chk_eee() 728 priv->eee_active = 0; in ax88179_chk_eee() 736 priv->eee_active = 0; in ax88179_chk_eee() 745 priv->eee_active = 0; in ax88179_chk_eee() 756 priv->eee_active = 0; in ax88179_chk_eee() 760 priv->eee_active = 1; in ax88179_chk_eee() 764 priv->eee_active = 0; in ax88179_chk_eee() 816 edata->eee_active = priv->eee_active; in ax88179_get_eee() 1661 ax179_data->eee_active = 0; in ax88179_reset()
|
/linux-6.6.21/drivers/net/phy/ |
D | phy-c45.c | 1394 bool eee_enabled, eee_active; in genphy_c45_eee_is_active() local 1408 eee_active = phy_check_valid(phydev->speed, phydev->duplex, in genphy_c45_eee_is_active() 1411 eee_active = false; in genphy_c45_eee_is_active() 1420 return eee_active; in genphy_c45_eee_is_active() 1445 data->eee_active = ret; in genphy_c45_ethtool_get_eee()
|
/linux-6.6.21/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 144 edata->eee_active = priv->eee_active; in sxgbe_get_eee()
|
D | sxgbe_common.h | 506 int eee_active; member
|
D | sxgbe_main.c | 133 priv->eee_active = 1; in sxgbe_eee_init()
|
/linux-6.6.21/net/ethtool/ |
D | eee.c | 101 if (nla_put_u8(skb, ETHTOOL_A_EEE_ACTIVE, !!eee->eee_active) || in eee_fill_reply()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 91 priv->eee.eee_active = phy_init_eee(phydev, 0) >= 0; in bcmgenet_mac_config() 93 priv->eee.eee_enabled && priv->eee.eee_active, in bcmgenet_mac_config()
|
D | bcmgenet.c | 1316 priv->eee.eee_active = enable; in bcmgenet_eee_enable_set() 1332 e->eee_active = p->eee_active; in bcmgenet_get_eee() 1355 p->eee_active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee() 1357 bcmgenet_eee_enable_set(dev, p->eee_active, e->tx_lpi_enabled); in bcmgenet_set_eee()
|
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac.h | 263 int eee_active; member
|
D | stmmac_ethtool.c | 898 edata->eee_active = priv->eee_active; in stmmac_ethtool_op_get_eee()
|
D | stmmac_main.c | 488 if (!priv->eee_active) { in stmmac_eee_init() 503 if (priv->eee_active && !priv->eee_enabled) { in stmmac_eee_init() 981 priv->eee_active = false; in stmmac_mac_link_down() 1092 priv->eee_active = in stmmac_mac_link_up()
|
D | stmmac_selftests.c | 434 if (!priv->dma_cap.eee || !priv->eee_active) in stmmac_test_eee()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.h | 123 bool eee_active; member
|
D | qed_main.c | 2169 if_link->eee_active = link.eee_active; in qed_fill_link()
|
/linux-6.6.21/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 1077 eee->eee_active = !!(eee->advertised & eee->lp_advertised); in lan743x_ethtool_get_eee() 1084 eee->eee_active = false; in lan743x_ethtool_get_eee()
|
/linux-6.6.21/include/uapi/linux/ |
D | ethtool.h | 375 __u32 eee_active; member
|
/linux-6.6.21/drivers/net/ethernet/marvell/ |
D | mvneta.c | 545 bool eee_active; member 4236 pp->eee_active = false; in mvneta_mac_link_down() 4288 pp->eee_active = phy_init_eee(phy, false) >= 0; in mvneta_mac_link_up() 4289 mvneta_set_eee(pp, pp->eee_active && pp->tx_lpi_enabled); in mvneta_mac_link_up() 5107 eee->eee_active = pp->eee_active; in mvneta_ethtool_get_eee()
|
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 726 eee->eee_active = true; in aq_ethtool_get_eee()
|
/linux-6.6.21/include/linux/qed/ |
D | qed_if.h | 749 bool eee_active; member
|
/linux-6.6.21/drivers/net/ethernet/intel/igc/ |
D | igc_ethtool.c | 1643 edata->eee_active = true; in igc_ethtool_get_eee() 1658 edata->eee_active = false; in igc_ethtool_get_eee()
|
/linux-6.6.21/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3052 igb_get_eee_status_i354(hw, (bool *)&edata->eee_active); in igb_get_eee() 3060 edata->eee_active = true; in igb_get_eee() 3103 edata->eee_active = false; in igb_get_eee()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 1828 edata->eee_active = current_link.eee_active; in qede_get_eee()
|
/linux-6.6.21/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3120 p->eee_active = enable; in fec_enet_eee_mode_set() 3141 edata->eee_active = p->eee_active; in fec_enet_get_eee()
|