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()
463 static void gve_get_channels(struct net_device *netdev, in gve_get_channels()
478 static int gve_set_channels(struct net_device *netdev, in gve_set_channels()
515 static void gve_get_ringparam(struct net_device *netdev, in gve_get_ringparam()
582 static int gve_set_ringparam(struct net_device *netdev, in gve_set_ringparam()
612 static int gve_user_reset(struct net_device *netdev, u32 *flags) in gve_user_reset()
624 static int gve_get_tunable(struct net_device *netdev, in gve_get_tunable()
638 static int gve_set_tunable(struct net_device *netdev, in gve_set_tunable()
662 static u32 gve_get_priv_flags(struct net_device *netdev) in gve_get_priv_flags()
673 static int gve_set_priv_flags(struct net_device *netdev, u32 flags) in gve_set_priv_flags()
710 static int gve_get_link_ksettings(struct net_device *netdev, in gve_get_link_ksettings()
726 static int gve_get_coalesce(struct net_device *netdev, in gve_get_coalesce()
741 static int gve_set_coalesce(struct net_device *netdev, in gve_set_coalesce()
783 static int gve_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in gve_set_rxnfc()
809 static int gve_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, u32 *rule_locs) in gve_get_rxnfc()
846 static u32 gve_get_rxfh_key_size(struct net_device *netdev) in gve_get_rxfh_key_size()
853 static u32 gve_get_rxfh_indir_size(struct net_device *netdev) in gve_get_rxfh_indir_size()
860 static int gve_get_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh) in gve_get_rxfh()
870 static int gve_set_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh, in gve_set_rxfh()