Home
last modified time | relevance | path

Searched refs:eee_active (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/usb/
H A Dax88179_178a.c171 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 Dr8152.c8914 eee->eee_active = !linkmode_empty(common); in r8152_get_eee()
8980 eee->eee_active = !linkmode_empty(common); in r8153_get_eee()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h317 bool eee_active; member
H A Dstmmac_selftests.c434 if (!priv->dma_cap.eee || !priv->eee_active) in stmmac_test_eee()
H A Dstmmac_main.c1194 priv->eee_active = false; in stmmac_mac_disable_tx_lpi()
1217 priv->eee_active = true; in stmmac_mac_enable_tx_lpi()
/linux/drivers/net/phy/
H A Dphy-c45.c1526 data->eee_active = phydev->eee_active; in genphy_c45_ethtool_get_eee()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h123 bool eee_active; member
H A Dqed_main.c2168 if_link->eee_active = link.eee_active; in qed_fill_link()
H A Dqed_mcp.c1278 p_link->eee_active = !!(eee_status & EEE_ACTIVE_BIT); in qed_mcp_read_eee_config()
/linux/include/linux/qed/
H A Dqed_if.h749 bool eee_active; member
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c3043 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 Digc_ethtool.c1745 edata->eee_active = true; in igc_ethtool_get_eee()
1757 edata->eee_active = false; in igc_ethtool_get_eee()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c667 if (bp->eee_active && macb_tx_all_queues_idle(bp)) in macb_tx_lpi_work_fn()
674 if (bp->eee_active) in macb_tx_lpi_schedule()
688 if (!bp->eee_active) in macb_tx_lpi_wake()
707 bp->eee_active = false; in macb_mac_disable_tx_lpi()
721 bp->eee_active = true; in macb_mac_enable_tx_lpi()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c2198 edata->eee_active = true; in e1000e_get_eee()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c3594 edata->eee_active = !linkmode_empty(common); in ixgbe_get_eee_fw()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c4551 if (!bp->eee.eee_active) in bnxt_get_eee()
H A Dbnxt.c12124 bp->eee.eee_active ? "active" : in bnxt_report_link()
12341 eee->eee_active = 0; in bnxt_update_link()
12344 eee->eee_active = 1; in bnxt_update_link()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2359 dest->eee_active = 1; in tg3_eee_pull_config()
2361 dest->eee_active = 0; in tg3_eee_pull_config()
2406 if (tp->eee.eee_active) in tg3_phy_eee_adjust()