| /linux/net/ethtool/ |
| A D | eee.c | 13 struct ethtool_keee eee; 30 struct ethtool_keee *eee = &data->eee; in eee_prepare_data() 49 const struct ethtool_keee *eee = &data->eee; in eee_reply_size() 82 const struct ethtool_keee *eee = &data->eee; in eee_fill_reply() 132 struct ethtool_keee eee = {}; in ethnl_set_eee()
|
| /linux/include/net/ |
| A D | eee.h | 22 static inline void eeecfg_to_eee(struct ethtool_keee *eee, in eeecfg_to_eee() 31 const struct ethtool_keee *eee) in eee_to_eeecfg()
|
| A D | dsa.h | 1007 struct ethtool_keee *e); 1009 struct ethtool_keee *e);
|
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| A D | bcmasp_ethtool.c | 365 static int bcmasp_get_eee(struct net_device *dev, struct ethtool_keee *e) in bcmasp_get_eee() 368 struct ethtool_keee *p = &intf->eee; in bcmasp_get_eee() 379 static int bcmasp_set_eee(struct net_device *dev, struct ethtool_keee *e) in bcmasp_set_eee() 382 struct ethtool_keee *p = &intf->eee; in bcmasp_set_eee()
|
| /linux/drivers/net/dsa/b53/ |
| A D | b53_priv.h | 98 struct ethtool_keee eee; 387 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e); 388 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);
|
| A D | b53_common.c | 1456 struct ethtool_keee *p = &dev->ports[dp->index].eee; in b53_phylink_mac_link_up() 2228 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e) in b53_get_mac_eee() 2239 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e) in b53_set_mac_eee() 2242 struct ethtool_keee *p = &dev->ports[port].eee; in b53_set_mac_eee()
|
| /linux/include/linux/ |
| A D | phylink.h | 629 int phylink_ethtool_get_eee(struct phylink *link, struct ethtool_keee *eee); 630 int phylink_ethtool_set_eee(struct phylink *link, struct ethtool_keee *eee);
|
| A D | ethtool.h | 269 struct ethtool_keee { struct 1050 int (*get_eee)(struct net_device *dev, struct ethtool_keee *eee); 1051 int (*set_eee)(struct net_device *dev, struct ethtool_keee *eee);
|
| A D | phy.h | 1951 struct ethtool_keee *data); 1953 struct ethtool_keee *data); 2033 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data); 2034 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_keee *data);
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| A D | icssg_ethtool.c | 48 static int emac_get_eee(struct net_device *ndev, struct ethtool_keee *edata) in emac_get_eee() 56 static int emac_set_eee(struct net_device *ndev, struct ethtool_keee *edata) in emac_set_eee()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_ethtool.c | 136 struct ethtool_keee *edata) in sxgbe_get_eee() 149 struct ethtool_keee *edata) in sxgbe_set_eee()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | cpsw_priv.h | 499 int cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata); 500 int cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata);
|
| A D | cpsw_ethtool.c | 425 int cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata) in cpsw_get_eee() 437 int cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata) in cpsw_set_eee()
|
| A D | am65-cpsw-ethtool.c | 516 static int am65_cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata) in am65_cpsw_get_eee() 523 static int am65_cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata) in am65_cpsw_set_eee()
|
| /linux/drivers/net/dsa/qca/ |
| A D | qca8k.h | 522 int qca8k_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *eee); 523 int qca8k_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);
|
| A D | qca8k-common.c | 537 struct ethtool_keee *eee) in qca8k_set_mac_eee() 561 struct ethtool_keee *e) in qca8k_get_mac_eee()
|
| /linux/drivers/net/usb/ |
| A D | ax88179_178a.c | 671 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_keee *data) in ax88179_ethtool_get_eee() 700 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_keee *data) in ax88179_ethtool_set_eee() 811 static int ax88179_get_eee(struct net_device *net, struct ethtool_keee *edata) in ax88179_get_eee() 822 static int ax88179_set_eee(struct net_device *net, struct ethtool_keee *edata) in ax88179_set_eee() 1595 struct ethtool_keee eee_data; in ax88179_reset()
|
| /linux/drivers/net/phy/ |
| A D | phy.c | 1655 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_keee *data) in phy_ethtool_get_eee() 1686 struct ethtool_keee *data) in phy_ethtool_set_eee_noneg() 1708 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data) in phy_ethtool_set_eee()
|
| A D | phy-c45.c | 1522 struct ethtool_keee *data) in genphy_c45_ethtool_get_eee() 1557 struct ethtool_keee *data) in genphy_c45_ethtool_set_eee()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| A D | aq_ethtool.c | 690 static int aq_ethtool_get_eee(struct net_device *ndev, struct ethtool_keee *eee) in aq_ethtool_get_eee() 722 static int aq_ethtool_set_eee(struct net_device *ndev, struct ethtool_keee *eee) in aq_ethtool_set_eee()
|
| /linux/drivers/net/ethernet/freescale/ |
| A D | fec.h | 675 struct ethtool_keee eee;
|
| /linux/drivers/net/ethernet/engleder/ |
| A D | tsnep_main.c | 243 struct ethtool_keee ethtool_keee; in tsnep_phy_open() local 262 memset(ðtool_keee, 0, sizeof(ethtool_keee)); in tsnep_phy_open() 263 phy_ethtool_set_eee(adapter->phydev, ðtool_keee); in tsnep_phy_open()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| A D | bcmgenet.h | 650 struct ethtool_keee eee;
|
| /linux/drivers/net/ethernet/intel/igc/ |
| A D | igc_ethtool.c | 1626 struct ethtool_keee *edata) in igc_ethtool_get_eee() 1735 struct ethtool_keee *edata) in igc_ethtool_set_eee() 1739 struct ethtool_keee eee_curr; in igc_ethtool_set_eee() 1742 memset(&eee_curr, 0, sizeof(struct ethtool_keee)); in igc_ethtool_set_eee()
|
| A D | igc.h | 204 struct ethtool_keee eee;
|