/linux/net/ethtool/ |
A D | eee.c | 8 (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 D | phylink.h | 480 int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *); 481 int phylink_ethtool_set_eee(struct phylink *, struct ethtool_eee *);
|
A D | ethtool.h | 687 int (*get_eee)(struct net_device *, struct ethtool_eee *); 688 int (*set_eee)(struct net_device *, struct ethtool_eee *);
|
A D | phy.h | 1695 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 D | b53_priv.h | 94 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 D | b53_common.c | 1216 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 D | sxgbe_ethtool.c | 136 struct ethtool_eee *edata) in sxgbe_get_eee() 151 struct ethtool_eee *edata) in sxgbe_set_eee()
|
/linux/drivers/net/usb/ |
A D | ax88179_178a.c | 708 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 D | cpsw_priv.h | 490 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 D | cpsw_ethtool.c | 427 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 D | am65-cpsw-ethtool.c | 542 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 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/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_ethtool.c | 689 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 D | dsa.h | 722 struct ethtool_eee *e); 724 struct ethtool_eee *e);
|
/linux/drivers/net/ethernet/freescale/ |
A D | fec.h | 623 struct ethtool_eee eee;
|
A D | fec_main.c | 2782 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 D | igc_ethtool.c | 1576 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 D | igc.h | 137 struct ethtool_eee eee;
|
/linux/drivers/net/phy/ |
A D | phy.c | 1326 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 D | bcmgenet.h | 648 struct ethtool_eee eee;
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_ethtool.c | 760 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 D | ixgbe_ethtool.c | 3392 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 D | ethtool.c | 2174 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 D | ethtool.h | 371 struct ethtool_eee { struct
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb_ethtool.c | 3024 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()
|