| /linux/drivers/net/ethernet/ti/icssg/ |
| H 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/include/linux/ |
| H A D | phylink.h | 766 int phylink_ethtool_get_eee(struct phylink *link, struct ethtool_keee *eee); 767 int phylink_ethtool_set_eee(struct phylink *link, struct ethtool_keee *eee);
|
| H A D | ethtool.h | 331 struct ethtool_keee { struct 1305 int (*get_eee)(struct net_device *dev, struct ethtool_keee *eee); 1306 int (*set_eee)(struct net_device *dev, struct ethtool_keee *eee);
|
| H A D | phy.h | 2350 struct ethtool_keee *data); 2352 struct ethtool_keee *data); 2434 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data); 2435 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_keee *data);
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H 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/usb/ |
| H 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() 1591 struct ethtool_keee eee_data; in ax88179_reset()
|
| H A D | lan78xx.c | 1816 static int lan78xx_get_eee(struct net_device *net, struct ethtool_keee *edata) in lan78xx_get_eee() 1823 static int lan78xx_set_eee(struct net_device *net, struct ethtool_keee *edata) in lan78xx_set_eee()
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_priv.h | 124 struct ethtool_keee eee; 560 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);
|
| H A D | b53_common.c | 1649 struct ethtool_keee *p = &dev->ports[dp->index].eee; in b53_phylink_mac_link_up() 2629 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e) in b53_set_mac_eee() 2632 struct ethtool_keee *p = &dev->ports[port].eee; in b53_set_mac_eee()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_main.c | 244 struct ethtool_keee ethtool_keee; in tsnep_phy_open() local 263 memset(ðtool_keee, 0, sizeof(ethtool_keee)); in tsnep_phy_open() 264 phy_ethtool_set_eee(adapter->phydev, ðtool_keee); in tsnep_phy_open()
|
| /linux/drivers/net/phy/ |
| H A D | phy-c45.c | 1643 struct ethtool_keee *data) in genphy_c45_ethtool_get_eee() 1673 struct ethtool_keee *data) in genphy_c45_ethtool_set_eee()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1689 struct ethtool_keee *edata) in igc_ethtool_get_eee() 1798 struct ethtool_keee *edata) in igc_ethtool_set_eee() 1802 struct ethtool_keee eee_curr; in igc_ethtool_set_eee() 1805 memset(&eee_curr, 0, sizeof(struct ethtool_keee)); in igc_ethtool_set_eee()
|
| H A D | igc.h | 212 struct ethtool_keee eee;
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_ethtool.c | 737 struct ethtool_keee *edata) in stmmac_ethtool_op_get_eee() 745 struct ethtool_keee *edata) in stmmac_ethtool_op_set_eee()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3043 static int igb_get_eee(struct net_device *netdev, struct ethtool_keee *edata) in igb_get_eee() 3124 struct ethtool_keee *edata) in igb_set_eee() 3130 struct ethtool_keee eee_curr; in igb_set_eee() 3138 memset(&eee_curr, 0, sizeof(struct ethtool_keee)); in igb_set_eee()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.h | 485 struct ethtool_keee *e);
|
| /linux/include/net/ |
| H A D | dsa.h | 1020 struct ethtool_keee *e);
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2.c | 848 struct ethtool_keee *p; in bcm_sf2_sw_mac_link_up()
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 1560 struct ethtool_keee *e) in gswip_set_mac_eee()
|
| /linux/net/dsa/ |
| H A D | user.c | 1222 static int dsa_user_set_eee(struct net_device *dev, struct ethtool_keee *e) in dsa_user_set_eee() 1255 static int dsa_user_get_eee(struct net_device *dev, struct ethtool_keee *e) in dsa_user_get_eee()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1645 struct ethtool_keee edata; in init_phy() 1668 memset(&edata, 0, sizeof(struct ethtool_keee)); in init_phy()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 4478 static int bnxt_set_eee(struct net_device *dev, struct ethtool_keee *edata) in bnxt_set_eee() 4483 struct ethtool_keee *eee = &bp->eee; in bnxt_set_eee() 4536 static int bnxt_get_eee(struct net_device *dev, struct ethtool_keee *edata) in bnxt_get_eee()
|
| H A D | bnxt.h | 2722 struct ethtool_keee eee;
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.h | 3422 struct ethtool_keee eee;
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 5141 struct ethtool_keee *eee) in mvneta_ethtool_get_eee() 5149 struct ethtool_keee *eee) in mvneta_ethtool_set_eee()
|