Home
last modified time | relevance | path

Searched refs:ethtool_eee (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/include/linux/
Dethtool.h276 int (*get_eee)(struct net_device *, struct ethtool_eee *);
277 int (*set_eee)(struct net_device *, struct ethtool_eee *);
Dphy.h814 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
815 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
/linux-4.4.14/include/net/
Ddsa.h274 struct ethtool_eee *e);
276 struct ethtool_eee *e);
/linux-4.4.14/drivers/net/dsa/
Dbcm_sf2.c406 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_eee_init()
421 struct ethtool_eee *e) in bcm_sf2_sw_get_eee()
424 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_sw_get_eee()
436 struct ethtool_eee *e) in bcm_sf2_sw_set_eee()
439 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_sw_set_eee()
Dmv88e6xxx.h468 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
470 struct phy_device *phydev, struct ethtool_eee *e);
Dbcm_sf2.h50 struct ethtool_eee eee;
Dmv88e6xxx.c889 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in mv88e6xxx_get_eee()
916 struct phy_device *phydev, struct ethtool_eee *e) in mv88e6xxx_set_eee()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c139 struct ethtool_eee *edata) in sxgbe_get_eee()
154 struct ethtool_eee *edata) in sxgbe_set_eee()
/linux-4.4.14/drivers/net/usb/
Dax88179_178a.c636 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_get_eee()
665 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_set_eee()
776 static int ax88179_get_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_get_eee()
787 static int ax88179_set_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_set_eee()
1229 struct ethtool_eee eee_data; in ax88179_bind()
1533 struct ethtool_eee eee_data; in ax88179_reset()
Dr8152.c615 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
616 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
3714 static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_get_eee()
3740 static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_set_eee()
3754 static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_get_eee()
3780 static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_set_eee()
3795 rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_get_eee()
3817 rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_set_eee()
Dlan78xx.c1074 static int lan78xx_get_eee(struct net_device *net, struct ethtool_eee *edata) in lan78xx_get_eee()
1112 static int lan78xx_set_eee(struct net_device *net, struct ethtool_eee *edata) in lan78xx_set_eee()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c599 struct ethtool_eee *edata) in stmmac_ethtool_op_get_eee()
614 struct ethtool_eee *edata) in stmmac_ethtool_op_set_eee()
/linux-4.4.14/drivers/net/phy/
Dphy.c1203 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1239 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h639 struct ethtool_eee eee;
Dbcmgenet.c928 static int bcmgenet_get_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_get_eee()
931 struct ethtool_eee *p = &priv->eee; in bcmgenet_get_eee()
943 static int bcmgenet_set_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_set_eee()
946 struct ethtool_eee *p = &priv->eee; in bcmgenet_set_eee()
/linux-4.4.14/include/uapi/linux/
Dethtool.h311 struct ethtool_eee { struct
/linux-4.4.14/net/core/
Dethtool.c957 struct ethtool_eee edata; in ethtool_get_eee()
963 memset(&edata, 0, sizeof(struct ethtool_eee)); in ethtool_get_eee()
978 struct ethtool_eee edata; in ethtool_set_eee()
/linux-4.4.14/net/dsa/
Dslave.c818 static int dsa_slave_set_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_set_eee()
837 static int dsa_slave_get_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_get_eee()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2607 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee()
2686 struct ethtool_eee *edata) in igb_set_eee()
2690 struct ethtool_eee eee_curr; in igb_set_eee()
2698 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igb_set_eee()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dethtool.c2153 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2229 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2233 struct ethtool_eee eee_curr; in e1000e_set_eee()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2685 static int dwceqos_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in dwceqos_get_eee()
2714 static int dwceqos_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in dwceqos_set_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c2048 static int bnx2x_get_eee(struct net_device *dev, struct ethtool_eee *edata) in bnx2x_get_eee()
2081 static int bnx2x_set_eee(struct net_device *dev, struct ethtool_eee *edata) in bnx2x_set_eee()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.h3401 struct ethtool_eee eee;
Dtg3.c2345 static void tg3_eee_pull_config(struct tg3 *tp, struct ethtool_eee *eee) in tg3_eee_pull_config()
2348 struct ethtool_eee *dest = &tp->eee; in tg3_eee_pull_config()
4615 struct ethtool_eee eee; in tg3_phy_eee_config_ok()
14059 static int tg3_set_eee(struct net_device *dev, struct ethtool_eee *edata) in tg3_set_eee()
14096 static int tg3_get_eee(struct net_device *dev, struct ethtool_eee *edata) in tg3_get_eee()