Lines Matching defs:netdev
11 static void gve_get_drvinfo(struct net_device *netdev, in gve_get_drvinfo()
21 static void gve_set_msglevel(struct net_device *netdev, u32 value) in gve_set_msglevel()
28 static u32 gve_get_msglevel(struct net_device *netdev) in gve_get_msglevel()
75 static void gve_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in gve_get_strings()
119 static int gve_get_sset_count(struct net_device *netdev, int sset) in gve_get_sset_count()
136 gve_get_ethtool_stats(struct net_device *netdev, in gve_get_ethtool_stats()
361 static void gve_get_channels(struct net_device *netdev, in gve_get_channels()
376 static int gve_set_channels(struct net_device *netdev, in gve_set_channels()
407 static void gve_get_ringparam(struct net_device *netdev, in gve_get_ringparam()
418 static int gve_user_reset(struct net_device *netdev, u32 *flags) in gve_user_reset()
430 static int gve_get_tunable(struct net_device *netdev, in gve_get_tunable()
444 static int gve_set_tunable(struct net_device *netdev, in gve_set_tunable()
463 static u32 gve_get_priv_flags(struct net_device *netdev) in gve_get_priv_flags()
474 static int gve_set_priv_flags(struct net_device *netdev, u32 flags) in gve_set_priv_flags()
509 static int gve_get_link_ksettings(struct net_device *netdev, in gve_get_link_ksettings()