/linux-4.1.27/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 | 779 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data); 780 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
|
/linux-4.1.27/drivers/net/dsa/ |
D | mv88e6171.c | 262 struct ethtool_eee *e) in mv88e6171_get_eee() 273 struct phy_device *phydev, struct ethtool_eee *e) in mv88e6171_set_eee()
|
D | bcm_sf2.c | 360 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_eee_init() 375 struct ethtool_eee *e) in bcm_sf2_sw_get_eee() 378 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_sw_get_eee() 390 struct ethtool_eee *e) in bcm_sf2_sw_set_eee() 393 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_sw_set_eee()
|
D | mv88e6xxx.h | 298 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e); 300 struct phy_device *phydev, struct ethtool_eee *e);
|
D | bcm_sf2.h | 48 struct ethtool_eee eee;
|
D | mv88e6xxx.c | 822 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in mv88e6xxx_get_eee() 849 struct phy_device *phydev, struct ethtool_eee *e) in mv88e6xxx_set_eee()
|
/linux-4.1.27/include/net/ |
D | dsa.h | 264 struct ethtool_eee *e); 266 struct ethtool_eee *e);
|
/linux-4.1.27/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.1.27/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 | 603 int (*eee_get)(struct r8152 *, struct ethtool_eee *); 604 int (*eee_set)(struct r8152 *, struct ethtool_eee *); 3555 static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_get_eee() 3581 static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_set_eee() 3595 static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_get_eee() 3621 static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_set_eee() 3636 rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_get_eee() 3658 rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_set_eee()
|
/linux-4.1.27/drivers/net/phy/ |
D | phy.c | 1150 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee() 1186 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.h | 638 struct ethtool_eee eee;
|
D | bcmgenet.c | 782 static int bcmgenet_get_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_get_eee() 785 struct ethtool_eee *p = &priv->eee; in bcmgenet_get_eee() 797 static int bcmgenet_set_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_set_eee() 800 struct ethtool_eee *p = &priv->eee; in bcmgenet_set_eee()
|
/linux-4.1.27/include/uapi/linux/ |
D | ethtool.h | 306 struct ethtool_eee { struct
|
/linux-4.1.27/net/dsa/ |
D | slave.c | 606 static int dsa_slave_set_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_set_eee() 625 static int dsa_slave_get_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_get_eee()
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 946 struct ethtool_eee edata; in ethtool_get_eee() 952 memset(&edata, 0, sizeof(struct ethtool_eee)); in ethtool_get_eee() 967 struct ethtool_eee edata; in ethtool_set_eee()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 2594 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee() 2673 struct ethtool_eee *edata) in igb_set_eee() 2677 struct ethtool_eee eee_curr; in igb_set_eee() 2685 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igb_set_eee()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 2134 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee() 2210 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee() 2214 struct ethtool_eee eee_curr; in e1000e_set_eee()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2003 static int bnx2x_get_eee(struct net_device *dev, struct ethtool_eee *edata) in bnx2x_get_eee() 2036 static int bnx2x_set_eee(struct net_device *dev, struct ethtool_eee *edata) in bnx2x_set_eee()
|
/linux-4.1.27/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()
|