| /Linux-v5.4/include/linux/ |
| D | phylink.h | 266 int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *); 267 int phylink_ethtool_set_eee(struct phylink *, struct ethtool_eee *);
|
| D | ethtool.h | 387 int (*get_eee)(struct net_device *, struct ethtool_eee *); 388 int (*set_eee)(struct net_device *, struct ethtool_eee *);
|
| D | phy.h | 1181 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data); 1182 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
|
| /Linux-v5.4/drivers/net/dsa/b53/ |
| D | b53_priv.h | 93 struct ethtool_eee eee; 364 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e); 365 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
|
| D | b53_common.c | 1063 struct ethtool_eee *p = &dev->ports[port].eee; in b53_adjust_link() 1931 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_get_mac_eee() 1934 struct ethtool_eee *p = &dev->ports[port].eee; in b53_get_mac_eee() 1948 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_set_mac_eee() 1951 struct ethtool_eee *p = &dev->ports[port].eee; in b53_set_mac_eee()
|
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | cpsw_priv.h | 425 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata); 426 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata);
|
| D | cpsw_ethtool.c | 422 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_get_eee() 434 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_set_eee()
|
| /Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_ethtool.c | 136 struct ethtool_eee *edata) in sxgbe_get_eee() 151 struct ethtool_eee *edata) in sxgbe_set_eee()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | ax88179_178a.c | 632 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_get_eee() 661 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_set_eee() 772 static int ax88179_get_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_get_eee() 783 static int ax88179_set_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_set_eee() 1223 struct ethtool_eee eee_data; in ax88179_bind() 1524 struct ethtool_eee eee_data; in ax88179_reset()
|
| D | r8152.c | 745 int (*eee_get)(struct r8152 *, struct ethtool_eee *); 746 int (*eee_set)(struct r8152 *, struct ethtool_eee *); 5023 static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_get_eee() 5046 static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_set_eee() 5058 static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_get_eee() 5082 rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_get_eee() 5104 rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_set_eee()
|
| /Linux-v5.4/include/net/ |
| D | dsa.h | 440 struct ethtool_eee *e); 442 struct ethtool_eee *e);
|
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_ethtool.c | 396 static int aq_ethtool_get_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_get_eee() 428 static int aq_ethtool_set_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_set_eee()
|
| /Linux-v5.4/drivers/net/ethernet/microchip/ |
| D | lan743x_ethtool.c | 693 struct ethtool_eee *eee) in lan743x_ethtool_get_eee() 731 struct ethtool_eee *eee) in lan743x_ethtool_set_eee()
|
| /Linux-v5.4/drivers/net/phy/ |
| D | phy.c | 1092 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee() 1131 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
|
| D | phylink.c | 1420 int phylink_ethtool_get_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_get_eee() 1438 int phylink_ethtool_set_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_set_eee()
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_ethtool.c | 645 struct ethtool_eee *edata) in stmmac_ethtool_op_get_eee() 660 struct ethtool_eee *edata) in stmmac_ethtool_op_set_eee()
|
| /Linux-v5.4/drivers/net/dsa/ |
| D | qca8k.c | 829 qca8k_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *eee) in qca8k_set_mac_eee() 848 qca8k_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in qca8k_get_mac_eee()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/genet/ |
| D | bcmgenet.h | 680 struct ethtool_eee eee;
|
| D | bcmgenet.c | 1059 static int bcmgenet_get_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_get_eee() 1062 struct ethtool_eee *p = &priv->eee; in bcmgenet_get_eee() 1077 static int bcmgenet_set_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_set_eee() 1080 struct ethtool_eee *p = &priv->eee; in bcmgenet_set_eee()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | ethtool.h | 360 struct ethtool_eee { struct
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_ethtool.c | 3302 ixgbe_get_eee_fw(struct ixgbe_adapter *adapter, struct ethtool_eee *edata) in ixgbe_get_eee_fw() 3339 static int ixgbe_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in ixgbe_get_eee() 3353 static int ixgbe_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in ixgbe_set_eee() 3357 struct ethtool_eee eee_data; in ixgbe_set_eee() 3363 memset(&eee_data, 0, sizeof(struct ethtool_eee)); in ixgbe_set_eee()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | ethtool.c | 2152 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee() 2228 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee() 2232 struct ethtool_eee eee_curr; in e1000e_set_eee()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_ethtool.c | 3041 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee() 3120 struct ethtool_eee *edata) in igb_set_eee() 3124 struct ethtool_eee eee_curr; in igb_set_eee() 3132 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igb_set_eee()
|
| /Linux-v5.4/net/dsa/ |
| D | slave.c | 736 static int dsa_slave_set_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_set_eee() 756 static int dsa_slave_get_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_get_eee()
|
| /Linux-v5.4/net/core/ |
| D | ethtool.c | 1435 struct ethtool_eee edata; in ethtool_get_eee() 1441 memset(&edata, 0, sizeof(struct ethtool_eee)); in ethtool_get_eee() 1456 struct ethtool_eee edata; in ethtool_set_eee()
|