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()
461 static void gve_get_channels(struct net_device *netdev, in gve_get_channels()
476 static int gve_set_channels(struct net_device *netdev, in gve_set_channels()
513 static void gve_get_ringparam(struct net_device *netdev, in gve_get_ringparam()
580 static int gve_set_ringparam(struct net_device *netdev, in gve_set_ringparam()
610 static int gve_user_reset(struct net_device *netdev, u32 *flags) in gve_user_reset()
622 static int gve_get_tunable(struct net_device *netdev, in gve_get_tunable()
636 static int gve_set_tunable(struct net_device *netdev, in gve_set_tunable()
660 static u32 gve_get_priv_flags(struct net_device *netdev) in gve_get_priv_flags()
671 static int gve_set_priv_flags(struct net_device *netdev, u32 flags) in gve_set_priv_flags()
708 static int gve_get_link_ksettings(struct net_device *netdev, in gve_get_link_ksettings()
724 static int gve_get_coalesce(struct net_device *netdev, in gve_get_coalesce()
739 static int gve_set_coalesce(struct net_device *netdev, in gve_set_coalesce()
781 static int gve_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in gve_set_rxnfc()
807 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()
858 static int gve_get_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh) in gve_get_rxfh()
868 static int gve_set_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh, in gve_set_rxfh()