Lines Matching defs:netdev

273 static int iavf_get_link_ksettings(struct net_device *netdev,  in iavf_get_link_ksettings()
332 static int iavf_get_sset_count(struct net_device *netdev, int sset) in iavf_get_sset_count()
358 static void iavf_get_ethtool_stats(struct net_device *netdev, in iavf_get_ethtool_stats()
394 static void iavf_get_priv_flag_strings(struct net_device *netdev, u8 *data) in iavf_get_priv_flag_strings()
412 static void iavf_get_stat_strings(struct net_device *netdev, u8 *data) in iavf_get_stat_strings()
437 static void iavf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in iavf_get_strings()
461 static u32 iavf_get_priv_flags(struct net_device *netdev) in iavf_get_priv_flags()
483 static int iavf_set_priv_flags(struct net_device *netdev, u32 flags) in iavf_set_priv_flags()
548 static u32 iavf_get_msglevel(struct net_device *netdev) in iavf_get_msglevel()
563 static void iavf_set_msglevel(struct net_device *netdev, u32 data) in iavf_set_msglevel()
579 static void iavf_get_drvinfo(struct net_device *netdev, in iavf_get_drvinfo()
600 static void iavf_get_ringparam(struct net_device *netdev, in iavf_get_ringparam()
623 static int iavf_set_ringparam(struct net_device *netdev, in iavf_set_ringparam()
691 static int __iavf_get_coalesce(struct net_device *netdev, in __iavf_get_coalesce()
732 static int iavf_get_coalesce(struct net_device *netdev, in iavf_get_coalesce()
748 static int iavf_get_per_queue_coalesce(struct net_device *netdev, u32 queue, in iavf_get_per_queue_coalesce()
820 static int __iavf_set_coalesce(struct net_device *netdev, in __iavf_set_coalesce()
870 static int iavf_set_coalesce(struct net_device *netdev, in iavf_set_coalesce()
886 static int iavf_set_per_queue_coalesce(struct net_device *netdev, u32 queue, in iavf_set_per_queue_coalesce()
1734 static int iavf_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in iavf_set_rxnfc()
1764 static int iavf_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, in iavf_get_rxnfc()
1805 static void iavf_get_channels(struct net_device *netdev, in iavf_get_channels()
1828 static int iavf_set_channels(struct net_device *netdev, in iavf_set_channels()
1879 static u32 iavf_get_rxfh_key_size(struct net_device *netdev) in iavf_get_rxfh_key_size()
1892 static u32 iavf_get_rxfh_indir_size(struct net_device *netdev) in iavf_get_rxfh_indir_size()
1908 static int iavf_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in iavf_get_rxfh()
1937 static int iavf_set_rxfh(struct net_device *netdev, const u32 *indir, in iavf_set_rxfh()
1998 void iavf_set_ethtool_ops(struct net_device *netdev) in iavf_set_ethtool_ops()