Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/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()
135 struct ethtool_eee eee = {}; in ethnl_set_eee()
/linux-6.3-rc2/drivers/net/dsa/b53/
A Db53_priv.h96 struct ethtool_eee eee;
389 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
390 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()
2183 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_get_mac_eee()
2186 struct ethtool_eee *p = &dev->ports[port].eee; in b53_get_mac_eee()
2200 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in b53_set_mac_eee()
2203 struct ethtool_eee *p = &dev->ports[port].eee; in b53_set_mac_eee()
/linux-6.3-rc2/include/linux/
A Dphylink.h607 int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *);
608 int phylink_ethtool_set_eee(struct phylink *, struct ethtool_eee *);
A Dethtool.h860 int (*get_eee)(struct net_device *, struct ethtool_eee *);
861 int (*set_eee)(struct net_device *, struct ethtool_eee *);
A Dphy.h1768 struct ethtool_eee *data);
1770 struct ethtool_eee *data);
1848 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
1849 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
/linux-6.3-rc2/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-6.3-rc2/drivers/net/dsa/qca/
A Dqca8k.h446 int qca8k_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *eee);
447 int qca8k_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
A Dqca8k-common.c532 struct ethtool_eee *eee) in qca8k_set_mac_eee()
556 struct ethtool_eee *e) in qca8k_get_mac_eee()
/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dcpsw_priv.h498 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata);
499 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata);
A Dam65-cpsw-ethtool.c516 static int am65_cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in am65_cpsw_get_eee()
523 static int am65_cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in am65_cpsw_set_eee()
A Dcpsw_ethtool.c425 int cpsw_get_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_get_eee()
437 int cpsw_set_eee(struct net_device *ndev, struct ethtool_eee *edata) in cpsw_set_eee()
/linux-6.3-rc2/drivers/net/usb/
A Dax88179_178a.c653 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_get_eee()
682 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_set_eee()
793 static int ax88179_get_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_get_eee()
804 static int ax88179_set_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_set_eee()
1575 struct ethtool_eee eee_data; in ax88179_reset()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_mdio.c233 struct ethtool_eee eee; in ngbe_phy_fixup()
/linux-6.3-rc2/drivers/net/ethernet/engleder/
A Dtsnep_main.c217 struct ethtool_eee ethtool_eee; in tsnep_phy_open() local
236 memset(&ethtool_eee, 0, sizeof(ethtool_eee)); in tsnep_phy_open()
237 phy_ethtool_set_eee(adapter->phydev, &ethtool_eee); in tsnep_phy_open()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
A Daq_ethtool.c699 static int aq_ethtool_get_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_get_eee()
731 static int aq_ethtool_set_eee(struct net_device *ndev, struct ethtool_eee *eee) in aq_ethtool_set_eee()
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dfec.h661 struct ethtool_eee eee;
/linux-6.3-rc2/drivers/net/phy/
A Dphy-c45.c1398 struct ethtool_eee *data) in genphy_c45_ethtool_get_eee()
1436 struct ethtool_eee *data) in genphy_c45_ethtool_set_eee()
A Dphy.c1539 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1561 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/genet/
A Dbcmgenet.h648 struct ethtool_eee eee;
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_ethtool.c1582 struct ethtool_eee *edata) in igc_ethtool_get_eee()
1623 struct ethtool_eee *edata) in igc_ethtool_set_eee()
1627 struct ethtool_eee eee_curr; in igc_ethtool_set_eee()
1630 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igc_ethtool_set_eee()
A Digc.h139 struct ethtool_eee eee;
/linux-6.3-rc2/include/net/
A Ddsa.h980 struct ethtool_eee *e);
982 struct ethtool_eee *e);
/linux-6.3-rc2/drivers/net/ethernet/microchip/
A Dlan743x_ethtool.c1055 struct ethtool_eee *eee) in lan743x_ethtool_get_eee()
1093 struct ethtool_eee *eee) in lan743x_ethtool_set_eee()
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_ethtool.c778 struct ethtool_eee *edata) in stmmac_ethtool_op_get_eee()
794 struct ethtool_eee *edata) in stmmac_ethtool_op_set_eee()

Completed in 70 milliseconds

123