Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dax88179_178a.c180 u8 eee_active; member
688 priv->eee_active = 0; in ax88179_chk_eee()
694 priv->eee_active = 0; in ax88179_chk_eee()
702 priv->eee_active = 0; in ax88179_chk_eee()
711 priv->eee_active = 0; in ax88179_chk_eee()
722 priv->eee_active = 0; in ax88179_chk_eee()
726 priv->eee_active = 1; in ax88179_chk_eee()
730 priv->eee_active = 0; in ax88179_chk_eee()
782 edata->eee_active = priv->eee_active; in ax88179_get_eee()
1313 ax179_data->eee_active = 0; in ax88179_bind()
[all …]
Dlan78xx.c1092 edata->eee_active = !!(edata->advertised & in lan78xx_get_eee()
1100 edata->eee_active = false; in lan78xx_get_eee()
Dr8152.c3732 eee->eee_active = !!(supported & adv & lp); in r8152_get_eee()
3772 eee->eee_active = !!(supported & adv & lp); in r8153_get_eee()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h114 int eee_active; member
Dstmmac_ethtool.c607 edata->eee_active = priv->eee_active; in stmmac_ethtool_op_get_eee()
Dstmmac_main.c300 if (priv->eee_active) { in stmmac_eee_init()
306 priv->eee_active = 0; in stmmac_eee_init()
312 if (!priv->eee_active) { in stmmac_eee_init()
313 priv->eee_active = 1; in stmmac_eee_init()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c147 edata->eee_active = priv->eee_active; in sxgbe_get_eee()
Dsxgbe_common.h511 int eee_active; member
Dsxgbe_main.c135 priv->eee_active = 1; in sxgbe_eee_init()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c642 int eee_active; member
681 lp->eee_active = 0; in dwceqos_reset_state()
858 lp->eee_active = !phy_init_eee(lp->phy_dev, 0); in dwceqos_link_up()
861 if (!lp->eee_active && lp->eee_enabled) { in dwceqos_link_up()
2694 edata->eee_active = lp->eee_active; in dwceqos_get_eee()
2723 if (edata->eee_enabled && !lp->eee_active) in dwceqos_set_eee()
/linux-4.4.14/include/uapi/linux/
Dethtool.h316 __u32 eee_active; member
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2626 igb_get_eee_status_i354(hw, (bool *)&edata->eee_active); in igb_get_eee()
2634 edata->eee_active = true; in igb_get_eee()
2677 edata->eee_active = false; in igb_get_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c925 priv->eee.eee_active = enable; in bcmgenet_eee_enable_set()
937 e->eee_active = p->eee_active; in bcmgenet_get_eee()
/linux-4.4.14/drivers/net/dsa/
Dbcm_sf2.c429 e->eee_active = !!(reg & (1 << port)); in bcm_sf2_sw_get_eee()
Dmv88e6xxx.c907 e->eee_active = !!(reg & PORT_STATUS_EEE); in mv88e6xxx_get_eee()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dethtool.c2213 edata->eee_active = true; in e1000e_get_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c2075 edata->eee_active = (eee_cfg & SHMEM_EEE_ACTIVE_BIT) ? 1 : 0; in bnx2x_get_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c2362 dest->eee_active = 1; in tg3_eee_pull_config()
2364 dest->eee_active = 0; in tg3_eee_pull_config()
2409 if (tp->eee.eee_active) in tg3_phy_eee_adjust()