Searched refs:ethtool_keee (Results 1 - 25 of 55) sorted by relevance

123

/linux-master/include/net/
H A Deee.h22 static inline void eeecfg_to_eee(struct ethtool_keee *eee,
31 const struct ethtool_keee *eee)
H A Ddsa.h994 struct ethtool_keee *e);
996 struct ethtool_keee *e);
/linux-master/net/ethtool/
H A Deee.c13 struct ethtool_keee eee;
30 struct ethtool_keee *eee = &data->eee;
49 const struct ethtool_keee *eee = &data->eee;
82 const struct ethtool_keee *eee = &data->eee;
132 struct ethtool_keee eee = {};
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c48 static int emac_get_eee(struct net_device *ndev, struct ethtool_keee *edata)
56 static int emac_set_eee(struct net_device *ndev, struct ethtool_keee *edata)
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c365 static int bcmasp_get_eee(struct net_device *dev, struct ethtool_keee *e)
368 struct ethtool_keee *p = &intf->eee;
379 static int bcmasp_set_eee(struct net_device *dev, struct ethtool_keee *e)
382 struct ethtool_keee *p = &intf->eee;
H A Dbcmasp.h352 struct ethtool_keee eee;
/linux-master/include/linux/
H A Dphylink.h584 int phylink_ethtool_get_eee(struct phylink *link, struct ethtool_keee *eee);
585 int phylink_ethtool_set_eee(struct phylink *link, struct ethtool_keee *eee);
H A Dethtool.h225 struct ethtool_keee { struct
905 int (*get_eee)(struct net_device *dev, struct ethtool_keee *eee);
906 int (*set_eee)(struct net_device *dev, struct ethtool_keee *eee);
H A Dphy.h1921 struct ethtool_keee *data);
1923 struct ethtool_keee *data);
2003 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data);
2004 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_keee *data);
/linux-master/drivers/net/dsa/b53/
H A Db53_priv.h98 struct ethtool_keee eee;
399 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);
400 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);
H A Db53_common.c1273 struct ethtool_keee *p = &dev->ports[port].eee;
2225 int b53_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e)
2236 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e)
2239 struct ethtool_keee *p = &dev->ports[port].eee;
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c136 struct ethtool_keee *edata)
149 struct ethtool_keee *edata)
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.h499 int cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata);
500 int cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata);
H A Dam65-cpsw-ethtool.c517 static int am65_cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata)
524 static int am65_cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata)
H A Dcpsw_ethtool.c425 int cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata)
437 int cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata)
/linux-master/drivers/net/dsa/qca/
H A Dqca8k.h521 int qca8k_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *eee);
522 int qca8k_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);
/linux-master/drivers/net/usb/
H A Dax88179_178a.c670 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_keee *data)
699 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_keee *data)
810 static int ax88179_get_eee(struct net_device *net, struct ethtool_keee *edata)
821 static int ax88179_set_eee(struct net_device *net, struct ethtool_keee *edata)
1589 struct ethtool_keee eee_data;
/linux-master/drivers/net/phy/
H A Dphy.c1642 * @data: ethtool_keee data
1647 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_keee *data)
1667 * @data: pointer to the ethtool_keee structure containing the new EEE settings
1678 struct ethtool_keee *data)
1696 * @data: ethtool_keee data
1700 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data)
H A Dphy-c45.c1516 * @data: ethtool_keee data
1522 struct ethtool_keee *data)
1546 * @data: ethtool_keee data
1557 struct ethtool_keee *data)
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c697 static int aq_ethtool_get_eee(struct net_device *ndev, struct ethtool_keee *eee)
729 static int aq_ethtool_set_eee(struct net_device *ndev, struct ethtool_keee *eee)
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c243 struct ethtool_keee ethtool_keee; local
262 memset(&ethtool_keee, 0, sizeof(ethtool_keee));
263 phy_ethtool_set_eee(adapter->phydev, &ethtool_keee);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1626 struct ethtool_keee *edata)
1663 struct ethtool_keee *edata)
1667 struct ethtool_keee eee_curr;
1670 memset(&eee_curr, 0, sizeof(struct ethtool_keee));
H A Digc.h171 struct ethtool_keee eee;
/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h675 struct ethtool_keee eee;
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h650 struct ethtool_keee eee;

Completed in 287 milliseconds

123