Lines Matching defs:netdev

13 static void gve_get_drvinfo(struct net_device *netdev,  in gve_get_drvinfo()
23 static void gve_set_msglevel(struct net_device *netdev, u32 value) in gve_set_msglevel()
30 static u32 gve_get_msglevel(struct net_device *netdev) in gve_get_msglevel()
92 static void gve_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in gve_get_strings()
130 static int gve_get_sset_count(struct net_device *netdev, int sset) in gve_get_sset_count()
149 gve_get_ethtool_stats(struct net_device *netdev, in gve_get_ethtool_stats()
462 static void gve_get_channels(struct net_device *netdev, in gve_get_channels()
477 static int gve_set_channels(struct net_device *netdev, in gve_set_channels()
520 static void gve_get_ringparam(struct net_device *netdev, in gve_get_ringparam()
587 static int gve_set_ringparam(struct net_device *netdev, in gve_set_ringparam()
617 static int gve_user_reset(struct net_device *netdev, u32 *flags) in gve_user_reset()
629 static int gve_get_tunable(struct net_device *netdev, in gve_get_tunable()
643 static int gve_set_tunable(struct net_device *netdev, in gve_set_tunable()
666 static u32 gve_get_priv_flags(struct net_device *netdev) in gve_get_priv_flags()
677 static int gve_set_priv_flags(struct net_device *netdev, u32 flags) in gve_set_priv_flags()
714 static int gve_get_link_ksettings(struct net_device *netdev, in gve_get_link_ksettings()
730 static int gve_get_coalesce(struct net_device *netdev, in gve_get_coalesce()
745 static int gve_set_coalesce(struct net_device *netdev, in gve_set_coalesce()
787 static int gve_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in gve_set_rxnfc()
810 static int gve_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, u32 *rule_locs) in gve_get_rxnfc()
844 static u32 gve_get_rxfh_key_size(struct net_device *netdev) in gve_get_rxfh_key_size()
851 static u32 gve_get_rxfh_indir_size(struct net_device *netdev) in gve_get_rxfh_indir_size()
877 static int gve_get_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh) in gve_get_rxfh()
905 static int gve_set_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh, in gve_set_rxfh()
926 static int gve_get_ts_info(struct net_device *netdev, in gve_get_ts_info()