Home
last modified time | relevance | path

Searched refs:ethtool_eee (Results 1 – 25 of 48) sorted by relevance

12

/linux/net/ethtool/
A Deee.c8 (sizeof_field(struct ethtool_eee, supported) * BITS_PER_BYTE)
16 struct ethtool_eee eee;
51 const struct ethtool_eee *eee = &data->eee; in eee_reply_size()
87 const struct ethtool_eee *eee = &data->eee; in eee_fill_reply()
139 struct ethtool_eee eee = {}; in ethnl_set_eee()
/linux/include/linux/
A Dphylink.h480 int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *);
481 int phylink_ethtool_set_eee(struct phylink *, struct ethtool_eee *);
A Dethtool.h687 int (*get_eee)(struct net_device *, struct ethtool_eee *);
688 int (*set_eee)(struct net_device *, struct ethtool_eee *);
A Dphy.h1695 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
1696 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
/linux/drivers/net/dsa/b53/
A Db53_priv.h94 struct ethtool_eee eee;
385 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
386 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
A Db53_common.c1216 struct ethtool_eee *p = &dev->ports[port].eee; in b53_adjust_link()
2198 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_get_mac_eee()
2201 struct ethtool_eee *p = &dev->ports[port].eee; in b53_get_mac_eee()
2215 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_set_mac_eee()
2218 struct ethtool_eee *p = &dev->ports[port].eee; in b53_set_mac_eee()
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_ethtool.c136 struct ethtool_eee *edata) in sxgbe_get_eee()
151 struct ethtool_eee *edata) in sxgbe_set_eee()
/linux/drivers/net/usb/
A Dax88179_178a.c708 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_get_eee()
737 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_set_eee()
848 static int ax88179_get_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_get_eee()
859 static int ax88179_set_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_set_eee()
1329 struct ethtool_eee eee_data; in ax88179_bind()
1631 struct ethtool_eee eee_data; in ax88179_reset()
/linux/drivers/net/ethernet/ti/
A Dcpsw_priv.h490 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata);
491 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata);
A Dcpsw_ethtool.c427 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_get_eee()
439 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_set_eee()
A Dam65-cpsw-ethtool.c542 static int am65_cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in am65_cpsw_get_eee()
552 static int am65_cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in am65_cpsw_set_eee()
/linux/drivers/net/ethernet/microchip/
A Dlan743x_ethtool.c693 struct ethtool_eee *eee) in lan743x_ethtool_get_eee()
731 struct ethtool_eee *eee) in lan743x_ethtool_set_eee()
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_ethtool.c689 static int aq_ethtool_get_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_get_eee()
721 static int aq_ethtool_set_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_set_eee()
/linux/include/net/
A Ddsa.h722 struct ethtool_eee *e);
724 struct ethtool_eee *e);
/linux/drivers/net/ethernet/freescale/
A Dfec.h623 struct ethtool_eee eee;
A Dfec_main.c2782 struct ethtool_eee *p = &fep->eee; in fec_enet_eee_mode_set()
2809 fec_enet_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in fec_enet_get_eee()
2812 struct ethtool_eee *p = &fep->eee; in fec_enet_get_eee()
2829 fec_enet_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in fec_enet_set_eee()
2832 struct ethtool_eee *p = &fep->eee; in fec_enet_set_eee()
/linux/drivers/net/ethernet/intel/igc/
A Digc_ethtool.c1576 struct ethtool_eee *edata) in igc_ethtool_get_eee()
1617 struct ethtool_eee *edata) in igc_ethtool_set_eee()
1621 struct ethtool_eee eee_curr; in igc_ethtool_set_eee()
1624 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igc_ethtool_set_eee()
A Digc.h137 struct ethtool_eee eee;
/linux/drivers/net/phy/
A Dphy.c1326 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1365 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
/linux/drivers/net/ethernet/broadcom/genet/
A Dbcmgenet.h648 struct ethtool_eee eee;
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_ethtool.c760 struct ethtool_eee *edata) in stmmac_ethtool_op_get_eee()
776 struct ethtool_eee *edata) in stmmac_ethtool_op_set_eee()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c3392 ixgbe_get_eee_fw(struct ixgbe_adapter *adapter, struct ethtool_eee *edata) in ixgbe_get_eee_fw()
3429 static int ixgbe_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in ixgbe_get_eee()
3443 static int ixgbe_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in ixgbe_set_eee()
3447 struct ethtool_eee eee_data; in ixgbe_set_eee()
3453 memset(&eee_data, 0, sizeof(struct ethtool_eee)); in ixgbe_set_eee()
/linux/drivers/net/ethernet/intel/e1000e/
A Dethtool.c2174 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2250 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2254 struct ethtool_eee eee_curr; in e1000e_set_eee()
/linux/include/uapi/linux/
A Dethtool.h371 struct ethtool_eee { struct
/linux/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c3024 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee()
3103 struct ethtool_eee *edata) in igb_set_eee()
3107 struct ethtool_eee eee_curr; in igb_set_eee()
3115 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igb_set_eee()

Completed in 889 milliseconds

12