Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dethtool.h276 int (*get_eee)(struct net_device *, struct ethtool_eee *);
277 int (*set_eee)(struct net_device *, struct ethtool_eee *);
Dphy.h779 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data);
780 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data);
/linux-4.1.27/drivers/net/dsa/
Dmv88e6171.c262 struct ethtool_eee *e) in mv88e6171_get_eee()
273 struct phy_device *phydev, struct ethtool_eee *e) in mv88e6171_set_eee()
Dbcm_sf2.c360 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_eee_init()
375 struct ethtool_eee *e) in bcm_sf2_sw_get_eee()
378 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_sw_get_eee()
390 struct ethtool_eee *e) in bcm_sf2_sw_set_eee()
393 struct ethtool_eee *p = &priv->port_sts[port].eee; in bcm_sf2_sw_set_eee()
Dmv88e6xxx.h298 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e);
300 struct phy_device *phydev, struct ethtool_eee *e);
Dbcm_sf2.h48 struct ethtool_eee eee;
Dmv88e6xxx.c822 int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e) in mv88e6xxx_get_eee()
849 struct phy_device *phydev, struct ethtool_eee *e) in mv88e6xxx_set_eee()
/linux-4.1.27/include/net/
Ddsa.h264 struct ethtool_eee *e);
266 struct ethtool_eee *e);
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c139 struct ethtool_eee *edata) in sxgbe_get_eee()
154 struct ethtool_eee *edata) in sxgbe_set_eee()
/linux-4.1.27/drivers/net/usb/
Dax88179_178a.c636 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_get_eee()
665 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_eee *data) in ax88179_ethtool_set_eee()
776 static int ax88179_get_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_get_eee()
787 static int ax88179_set_eee(struct net_device *net, struct ethtool_eee *edata) in ax88179_set_eee()
1229 struct ethtool_eee eee_data; in ax88179_bind()
1533 struct ethtool_eee eee_data; in ax88179_reset()
Dr8152.c603 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
604 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
3555 static int r8152_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_get_eee()
3581 static int r8152_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8152_set_eee()
3595 static int r8153_get_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_get_eee()
3621 static int r8153_set_eee(struct r8152 *tp, struct ethtool_eee *eee) in r8153_set_eee()
3636 rtl_ethtool_get_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_get_eee()
3658 rtl_ethtool_set_eee(struct net_device *net, struct ethtool_eee *edata) in rtl_ethtool_set_eee()
/linux-4.1.27/drivers/net/phy/
Dphy.c1150 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_get_eee()
1186 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) in phy_ethtool_set_eee()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c599 struct ethtool_eee *edata) in stmmac_ethtool_op_get_eee()
614 struct ethtool_eee *edata) in stmmac_ethtool_op_set_eee()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h638 struct ethtool_eee eee;
Dbcmgenet.c782 static int bcmgenet_get_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_get_eee()
785 struct ethtool_eee *p = &priv->eee; in bcmgenet_get_eee()
797 static int bcmgenet_set_eee(struct net_device *dev, struct ethtool_eee *e) in bcmgenet_set_eee()
800 struct ethtool_eee *p = &priv->eee; in bcmgenet_set_eee()
/linux-4.1.27/include/uapi/linux/
Dethtool.h306 struct ethtool_eee { struct
/linux-4.1.27/net/dsa/
Dslave.c606 static int dsa_slave_set_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_set_eee()
625 static int dsa_slave_get_eee(struct net_device *dev, struct ethtool_eee *e) in dsa_slave_get_eee()
/linux-4.1.27/net/core/
Dethtool.c946 struct ethtool_eee edata; in ethtool_get_eee()
952 memset(&edata, 0, sizeof(struct ethtool_eee)); in ethtool_get_eee()
967 struct ethtool_eee edata; in ethtool_set_eee()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2594 static int igb_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in igb_get_eee()
2673 struct ethtool_eee *edata) in igb_set_eee()
2677 struct ethtool_eee eee_curr; in igb_set_eee()
2685 memset(&eee_curr, 0, sizeof(struct ethtool_eee)); in igb_set_eee()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dethtool.c2134 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_get_eee()
2210 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) in e1000e_set_eee()
2214 struct ethtool_eee eee_curr; in e1000e_set_eee()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c2003 static int bnx2x_get_eee(struct net_device *dev, struct ethtool_eee *edata) in bnx2x_get_eee()
2036 static int bnx2x_set_eee(struct net_device *dev, struct ethtool_eee *edata) in bnx2x_set_eee()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.h3401 struct ethtool_eee eee;
Dtg3.c2345 static void tg3_eee_pull_config(struct tg3 *tp, struct ethtool_eee *eee) in tg3_eee_pull_config()
2348 struct ethtool_eee *dest = &tp->eee; in tg3_eee_pull_config()
4615 struct ethtool_eee eee; in tg3_phy_eee_config_ok()
14059 static int tg3_set_eee(struct net_device *dev, struct ethtool_eee *edata) in tg3_set_eee()
14096 static int tg3_get_eee(struct net_device *dev, struct ethtool_eee *edata) in tg3_get_eee()