| /linux/net/ethtool/ |
| H A D | eee.c | 13 struct ethtool_keee eee; 30 struct ethtool_keee *eee = &data->eee; in eee_prepare_data() 49 const struct ethtool_keee *eee = &data->eee; in eee_reply_size() 82 const struct ethtool_keee *eee = &data->eee; in eee_fill_reply() 132 struct ethtool_keee eee = {}; in ethnl_set_eee()
|
| H A D | ioctl.c | 1873 static void eee_to_keee(struct ethtool_keee *keee, in eee_to_keee() 1887 const struct ethtool_keee *keee) in keee_to_eee() 1910 struct ethtool_keee keee; in ethtool_get_eee() 1931 struct ethtool_keee keee; in ethtool_set_eee()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_ethtool.c | 48 static int emac_get_eee(struct net_device *ndev, struct ethtool_keee *edata) in emac_get_eee() 56 static int emac_set_eee(struct net_device *ndev, struct ethtool_keee *edata) in emac_set_eee()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_ethtool.c | 136 struct ethtool_keee *edata) in sxgbe_get_eee() 149 struct ethtool_keee *edata) in sxgbe_set_eee()
|
| /linux/drivers/net/usb/ |
| H A D | ax88179_178a.c | 671 ax88179_ethtool_get_eee(struct usbnet *dev, struct ethtool_keee *data) in ax88179_ethtool_get_eee() 700 ax88179_ethtool_set_eee(struct usbnet *dev, struct ethtool_keee *data) in ax88179_ethtool_set_eee() 811 static int ax88179_get_eee(struct net_device *net, struct ethtool_keee *edata) in ax88179_get_eee() 822 static int ax88179_set_eee(struct net_device *net, struct ethtool_keee *edata) in ax88179_set_eee() 1589 struct ethtool_keee eee_data; in ax88179_reset()
|
| H A D | r8152.c | 890 int (*eee_get)(struct r8152 *tp, struct ethtool_keee *eee); 891 int (*eee_set)(struct r8152 *tp, struct ethtool_keee *eee); 8923 static int r8152_get_eee(struct r8152 *tp, struct ethtool_keee *eee) in r8152_get_eee() 8945 static int r8152_set_eee(struct r8152 *tp, struct ethtool_keee *eee) in r8152_set_eee() 8957 static int r8153_get_eee(struct r8152 *tp, struct ethtool_keee *eee) in r8153_get_eee() 8980 rtl_ethtool_get_eee(struct net_device *net, struct ethtool_keee *edata) in rtl_ethtool_get_eee() 9007 rtl_ethtool_set_eee(struct net_device *net, struct ethtool_keee *edata) in rtl_ethtool_set_eee()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_main.c | 244 struct ethtool_keee ethtool_keee; in tsnep_phy_open() local 263 memset(ðtool_keee, 0, sizeof(ethtool_keee)); in tsnep_phy_open() 264 phy_ethtool_set_eee(adapter->phydev, ðtool_keee); in tsnep_phy_open()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1657 struct ethtool_keee *edata) in igc_ethtool_get_eee() 1766 struct ethtool_keee *edata) in igc_ethtool_set_eee() 1770 struct ethtool_keee eee_curr; in igc_ethtool_set_eee() 1773 memset(&eee_curr, 0, sizeof(struct ethtool_keee)); in igc_ethtool_set_eee()
|
| H A D | igc.h | 211 struct ethtool_keee eee;
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw_priv.h | 504 int cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata);
|
| /linux/drivers/net/phy/ |
| H A D | phy.c | 1915 int phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_keee *data) in phy_ethtool_get_eee() 1973 int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_keee *data) in phy_ethtool_set_eee()
|
| H A D | phylink.c | 3295 int phylink_ethtool_get_eee(struct phylink *pl, struct ethtool_keee *eee) in phylink_ethtool_get_eee() 3321 int phylink_ethtool_set_eee(struct phylink *pl, struct ethtool_keee *eee) in phylink_ethtool_set_eee()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ethtool.c | 2142 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_keee *edata) in e1000e_get_eee() 2212 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_keee *edata) in e1000e_set_eee() 2218 struct ethtool_keee eee_curr; in e1000e_set_eee()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ethtool.c | 3559 ixgbe_get_eee_fw(struct ixgbe_adapter *adapter, struct ethtool_keee *edata) in ixgbe_get_eee_fw() 3598 static int ixgbe_get_eee(struct net_device *netdev, struct ethtool_keee *edata) in ixgbe_get_eee() 3612 static int ixgbe_set_eee(struct net_device *netdev, struct ethtool_keee *edata) in ixgbe_set_eee() 3616 struct ethtool_keee eee_data; in ixgbe_set_eee() 3622 memset(&eee_data, 0, sizeof(struct ethtool_keee)); in ixgbe_set_eee()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3022 static int igb_get_eee(struct net_device *netdev, struct ethtool_keee *edata) in igb_get_eee() 3103 struct ethtool_keee *edata) in igb_set_eee() 3109 struct ethtool_keee eee_curr; in igb_set_eee() 3117 memset(&eee_curr, 0, sizeof(struct ethtool_keee)); in igb_set_eee()
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 1648 struct ethtool_keee *p = &dev->ports[dp->index].eee; in b53_phylink_mac_link_up() 2628 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e) in b53_set_mac_eee() 2631 struct ethtool_keee *p = &dev->ports[port].eee; in b53_set_mac_eee()
|
| /linux/include/net/ |
| H A D | dsa.h | 998 struct ethtool_keee *e);
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2.c | 848 struct ethtool_keee *p; in bcm_sf2_sw_mac_link_up()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 5655 static int i40e_get_eee(struct net_device *netdev, struct ethtool_keee *edata) in i40e_get_eee() 5696 struct ethtool_keee *edata) in i40e_is_eee_param_supported() 5723 static int i40e_set_eee(struct net_device *netdev, struct ethtool_keee *edata) in i40e_set_eee()
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | lantiq_gswip_common.c | 1560 struct ethtool_keee *e) in gswip_set_mac_eee()
|
| /linux/net/dsa/ |
| H A D | user.c | 1222 static int dsa_user_set_eee(struct net_device *dev, struct ethtool_keee *e) in dsa_user_set_eee() 1255 static int dsa_user_get_eee(struct net_device *dev, struct ethtool_keee *e) in dsa_user_get_eee()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1639 struct ethtool_keee edata; in init_phy() 1662 memset(&edata, 0, sizeof(struct ethtool_keee)); in init_phy()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 4444 static int bnxt_set_eee(struct net_device *dev, struct ethtool_keee *edata) in bnxt_set_eee() 4449 struct ethtool_keee *eee = &bp->eee; in bnxt_set_eee() 4502 static int bnxt_get_eee(struct net_device *dev, struct ethtool_keee *edata) in bnxt_get_eee()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 2884 struct ethtool_keee edata; in enetc_phylink_connect() 2900 memset(&edata, 0, sizeof(struct ethtool_keee)); in enetc_phylink_connect()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.h | 3422 struct ethtool_keee eee;
|