Lines Matching defs:netdev

74 static int i40evf_get_link_ksettings(struct net_device *netdev,  in i40evf_get_link_ksettings()
123 static int i40evf_get_sset_count(struct net_device *netdev, int sset) in i40evf_get_sset_count()
141 static void i40evf_get_ethtool_stats(struct net_device *netdev, in i40evf_get_ethtool_stats()
170 static void i40evf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in i40evf_get_strings()
213 static u32 i40evf_get_priv_flags(struct net_device *netdev) in i40evf_get_priv_flags()
235 static int i40evf_set_priv_flags(struct net_device *netdev, u32 flags) in i40evf_set_priv_flags()
300 static u32 i40evf_get_msglevel(struct net_device *netdev) in i40evf_get_msglevel()
315 static void i40evf_set_msglevel(struct net_device *netdev, u32 data) in i40evf_set_msglevel()
331 static void i40evf_get_drvinfo(struct net_device *netdev, in i40evf_get_drvinfo()
351 static void i40evf_get_ringparam(struct net_device *netdev, in i40evf_get_ringparam()
370 static int i40evf_set_ringparam(struct net_device *netdev, in i40evf_set_ringparam()
415 static int __i40evf_get_coalesce(struct net_device *netdev, in __i40evf_get_coalesce()
459 static int i40evf_get_coalesce(struct net_device *netdev, in i40evf_get_coalesce()
473 static int i40evf_get_per_queue_coalesce(struct net_device *netdev, in i40evf_get_per_queue_coalesce()
527 static int __i40evf_set_coalesce(struct net_device *netdev, in __i40evf_set_coalesce()
581 static int i40evf_set_coalesce(struct net_device *netdev, in i40evf_set_coalesce()
595 static int i40evf_set_per_queue_coalesce(struct net_device *netdev, in i40evf_set_per_queue_coalesce()
610 static int i40evf_get_rxnfc(struct net_device *netdev, in i40evf_get_rxnfc()
640 static void i40evf_get_channels(struct net_device *netdev, in i40evf_get_channels()
663 static int i40evf_set_channels(struct net_device *netdev, in i40evf_set_channels()
701 static u32 i40evf_get_rxfh_key_size(struct net_device *netdev) in i40evf_get_rxfh_key_size()
714 static u32 i40evf_get_rxfh_indir_size(struct net_device *netdev) in i40evf_get_rxfh_indir_size()
730 static int i40evf_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in i40evf_get_rxfh()
760 static int i40evf_set_rxfh(struct net_device *netdev, const u32 *indir, in i40evf_set_rxfh()
817 void i40evf_set_ethtool_ops(struct net_device *netdev) in i40evf_set_ethtool_ops()