Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
Dr8152.c3573 eee->eee_active = !!(supported & adv & lp); in r8152_get_eee()
3613 eee->eee_active = !!(supported & adv & lp); in r8153_get_eee()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h106 int eee_active; member
Dstmmac_ethtool.c607 edata->eee_active = priv->eee_active; in stmmac_ethtool_op_get_eee()
Dstmmac_main.c299 if (priv->eee_active) { in stmmac_eee_init()
305 priv->eee_active = 0; in stmmac_eee_init()
311 if (!priv->eee_active) { in stmmac_eee_init()
312 priv->eee_active = 1; in stmmac_eee_init()
/linux-4.1.27/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.1.27/include/uapi/linux/
Dethtool.h311 __u32 eee_active; member
/linux-4.1.27/drivers/net/dsa/
Dbcm_sf2.c383 e->eee_active = !!(reg & (1 << port)); in bcm_sf2_sw_get_eee()
Dmv88e6xxx.c840 e->eee_active = !!(reg & PORT_STATUS_EEE); in mv88e6xxx_get_eee()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2613 igb_get_eee_status_i354(hw, (bool *)&edata->eee_active); in igb_get_eee()
2621 edata->eee_active = true; in igb_get_eee()
2664 edata->eee_active = false; in igb_get_eee()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c779 priv->eee.eee_active = enable; in bcmgenet_eee_enable_set()
791 e->eee_active = p->eee_active; in bcmgenet_get_eee()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dethtool.c2194 edata->eee_active = true; in e1000e_get_eee()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c2030 edata->eee_active = (eee_cfg & SHMEM_EEE_ACTIVE_BIT) ? 1 : 0; in bnx2x_get_eee()
/linux-4.1.27/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()