Home
last modified time | relevance | path

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

12

/Linux-v5.10/net/ethtool/
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-v5.10/include/linux/
Dphylink.h463 int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *);
464 int phylink_ethtool_set_eee(struct phylink *, struct ethtool_eee *);
Dethtool.h488 int (*get_eee)(struct net_device *, struct ethtool_eee *);
489 int (*set_eee)(struct net_device *, struct ethtool_eee *);
Dphy.h1590 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
1591 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
/Linux-v5.10/drivers/net/dsa/b53/
Db53_priv.h93 struct ethtool_eee eee;
381 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
382 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
Db53_common.c1147 struct ethtool_eee *p = &dev->ports[port].eee; in b53_adjust_link()
2131 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_get_mac_eee()
2134 struct ethtool_eee *p = &dev->ports[port].eee; in b53_get_mac_eee()
2148 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_set_mac_eee()
2151 struct ethtool_eee *p = &dev->ports[port].eee; in b53_set_mac_eee()
/Linux-v5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c136 struct ethtool_eee *edata) in sxgbe_get_eee()
151 struct ethtool_eee *edata) in sxgbe_set_eee()
/Linux-v5.10/drivers/net/ethernet/ti/
Dcpsw_priv.h484 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata);
485 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata);
Dcpsw_ethtool.c423 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_get_eee()
435 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_set_eee()
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-v5.10/drivers/net/usb/
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()
1327 struct ethtool_eee eee_data; in ax88179_bind()
1629 struct ethtool_eee eee_data; in ax88179_reset()
Dr8152.c813 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee);
814 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee);
6085 static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_get_eee()
6108 static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_set_eee()
6120 static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_get_eee()
6144 rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_get_eee()
6166 rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_set_eee()
/Linux-v5.10/include/net/
Ddsa.h519 struct ethtool_eee *e);
521 struct ethtool_eee *e);
/Linux-v5.10/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c693 struct ethtool_eee *eee) in lan743x_ethtool_get_eee()
731 struct ethtool_eee *eee) in lan743x_ethtool_set_eee()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c685 static int aq_ethtool_get_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_get_eee()
717 static int aq_ethtool_set_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_set_eee()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc.h120 struct ethtool_eee eee;
Digc_ethtool.c1548 struct ethtool_eee *edata) in igc_ethtool_get_eee()
1589 struct ethtool_eee *edata) in igc_ethtool_set_eee()
1593 struct ethtool_eee eee_curr; in igc_ethtool_set_eee()
1596 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igc_ethtool_set_eee()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c685 struct ethtool_eee *edata) in stmmac_ethtool_op_get_eee()
701 struct ethtool_eee *edata) in stmmac_ethtool_op_set_eee()
/Linux-v5.10/drivers/net/phy/
Dphy.c1336 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1375 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
/Linux-v5.10/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h702 struct ethtool_eee eee;
/Linux-v5.10/drivers/net/dsa/
Dqca8k.c1085 qca8k_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *eee) in qca8k_set_mac_eee()
1104 qca8k_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in qca8k_get_mac_eee()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c3401 ixgbe_get_eee_fw(struct ixgbe_adapter *adapter, struct ethtool_eee *edata) in ixgbe_get_eee_fw()
3438 static int ixgbe_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in ixgbe_get_eee()
3452 static int ixgbe_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in ixgbe_set_eee()
3456 struct ethtool_eee eee_data; in ixgbe_set_eee()
3462 memset(&eee_data, 0, sizeof(struct ethtool_eee)); in ixgbe_set_eee()
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dethtool.c2155 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2231 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2235 struct ethtool_eee eee_curr; in e1000e_set_eee()
/Linux-v5.10/include/uapi/linux/
Dethtool.h360 struct ethtool_eee { struct
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_ethtool.c3032 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee()
3111 struct ethtool_eee *edata) in igb_set_eee()
3115 struct ethtool_eee eee_curr; in igb_set_eee()
3123 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igb_set_eee()

12