/linux-4.4.14/include/linux/ |
D | ethtool.h | 276 int (*get_eee)(struct net_device *, struct ethtool_eee *); 277 int (*set_eee)(struct net_device *, struct ethtool_eee *);
|
D | phy.h | 814 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/ |
D | dsa.h | 274 struct ethtool_eee *e); 276 struct ethtool_eee *e);
|
/linux-4.4.14/drivers/net/dsa/ |
D | bcm_sf2.c | 406 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()
|
D | mv88e6xxx.h | 468 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e); 470 struct phy_device *phydev, struct ethtool_eee *e);
|
D | bcm_sf2.h | 50 struct ethtool_eee eee;
|
D | mv88e6xxx.c | 889 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/ |
D | sxgbe_ethtool.c | 139 struct ethtool_eee *edata) in sxgbe_get_eee() 154 struct ethtool_eee *edata) in sxgbe_set_eee()
|
/linux-4.4.14/drivers/net/usb/ |
D | ax88179_178a.c | 636 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()
|
D | r8152.c | 615 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()
|
D | lan78xx.c | 1074 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/ |
D | stmmac_ethtool.c | 599 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/ |
D | phy.c | 1203 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/ |
D | bcmgenet.h | 639 struct ethtool_eee eee;
|
D | bcmgenet.c | 928 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/ |
D | ethtool.h | 311 struct ethtool_eee { struct
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 957 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/ |
D | slave.c | 818 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/ |
D | igb_ethtool.c | 2607 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/ |
D | ethtool.c | 2153 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/ |
D | dwc_eth_qos.c | 2685 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/ |
D | bnx2x_ethtool.c | 2048 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/ |
D | tg3.h | 3401 struct ethtool_eee eee;
|
D | tg3.c | 2345 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()
|