/linux-6.12.1/drivers/net/usb/ |
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() 1666 ax179_data->eee_active = 0; in ax88179_reset()
|
D | r8152.c | 8973 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8152_get_eee() 9007 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8153_get_eee()
|
/linux-6.12.1/drivers/net/phy/ |
D | phy-c45.c | 1483 bool eee_enabled, eee_active; in genphy_c45_eee_is_active() local 1497 eee_active = phy_check_valid(phydev->speed, phydev->duplex, in genphy_c45_eee_is_active() 1500 eee_active = false; in genphy_c45_eee_is_active() 1509 return eee_active; in genphy_c45_eee_is_active() 1534 data->eee_active = ret; in genphy_c45_ethtool_get_eee()
|
/linux-6.12.1/net/ethtool/ |
D | eee.c | 98 if (nla_put_u8(skb, ETHTOOL_A_EEE_ACTIVE, eee->eee_active) || in eee_fill_reply()
|
D | ioctl.c | 1735 eee->eee_active = keee->eee_active; in keee_to_eee()
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac.h | 319 int eee_active; member
|
D | stmmac_main.c | 481 if (!priv->eee_active) { in stmmac_eee_init() 496 if (priv->eee_active && !priv->eee_enabled) { in stmmac_eee_init() 1004 priv->eee_active = false; in stmmac_mac_link_down() 1115 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.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.h | 123 bool eee_active; member
|
D | qed_main.c | 2167 if_link->eee_active = link.eee_active; in qed_fill_link()
|
D | qed_mcp.c | 1284 p_link->eee_active = !!(eee_status & EEE_ACTIVE_BIT); in qed_mcp_read_eee_config()
|
/linux-6.12.1/include/linux/ |
D | ethtool.h | 275 bool eee_active; member
|
/linux-6.12.1/include/uapi/linux/ |
D | ethtool.h | 375 __u32 eee_active; member
|
/linux-6.12.1/drivers/net/ethernet/marvell/ |
D | mvneta.c | 545 bool eee_active; member 4237 pp->eee_active = false; in mvneta_mac_link_down() 4289 pp->eee_active = phy_init_eee(phy, false) >= 0; in mvneta_mac_link_up() 4290 mvneta_set_eee(pp, pp->eee_active && pp->tx_lpi_enabled); in mvneta_mac_link_up() 5109 eee->eee_active = pp->eee_active; in mvneta_ethtool_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 717 eee->eee_active = true; in aq_ethtool_get_eee()
|
/linux-6.12.1/include/linux/qed/ |
D | qed_if.h | 749 bool eee_active; member
|
/linux-6.12.1/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 3045 igb_get_eee_status_i354(hw, (bool *)&edata->eee_active); in igb_get_eee() 3053 edata->eee_active = true; in igb_get_eee() 3096 edata->eee_active = false; in igb_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/intel/igc/ |
D | igc_ethtool.c | 1714 edata->eee_active = true; in igc_ethtool_get_eee() 1726 edata->eee_active = false; in igc_ethtool_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 1816 edata->eee_active = current_link.eee_active; in qede_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 2205 edata->eee_active = true; in e1000e_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2136 edata->eee_active = (eee_cfg & SHMEM_EEE_ACTIVE_BIT) ? 1 : 0; in bnx2x_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 3460 edata->eee_active = !linkmode_empty(common); in ixgbe_get_eee_fw()
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 5695 edata->eee_active = pf->stats.tx_lpi_status && pf->stats.rx_lpi_status; in i40e_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 4316 if (!bp->eee.eee_active) in bnxt_get_eee()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | tg3.c | 2358 dest->eee_active = 1; in tg3_eee_pull_config() 2360 dest->eee_active = 0; in tg3_eee_pull_config() 2405 if (tp->eee.eee_active) in tg3_phy_eee_adjust()
|