Lines Matching refs:netdev
108 static int nicvf_get_settings(struct net_device *netdev, in nicvf_get_settings() argument
111 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_settings()
135 static u32 nicvf_get_link(struct net_device *netdev) in nicvf_get_link() argument
137 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_link()
142 static void nicvf_get_drvinfo(struct net_device *netdev, in nicvf_get_drvinfo() argument
145 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_drvinfo()
152 static u32 nicvf_get_msglevel(struct net_device *netdev) in nicvf_get_msglevel() argument
154 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_msglevel()
159 static void nicvf_set_msglevel(struct net_device *netdev, u32 lvl) in nicvf_set_msglevel() argument
161 struct nicvf *nic = netdev_priv(netdev); in nicvf_set_msglevel()
188 static void nicvf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in nicvf_get_strings() argument
190 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_strings()
226 static int nicvf_get_sset_count(struct net_device *netdev, int sset) in nicvf_get_sset_count() argument
228 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_sset_count()
275 static void nicvf_get_ethtool_stats(struct net_device *netdev, in nicvf_get_ethtool_stats() argument
278 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_ethtool_stats()
405 static int nicvf_get_coalesce(struct net_device *netdev, in nicvf_get_coalesce() argument
408 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_coalesce()
414 static void nicvf_get_ringparam(struct net_device *netdev, in nicvf_get_ringparam() argument
417 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_ringparam()
476 netdev_err(nic->netdev, in nicvf_set_rss_hash_opts()
479 netdev_info(nic->netdev, "Set RSS flow type = %d, data = %lld\n", in nicvf_set_rss_hash_opts()
550 static u32 nicvf_get_rxfh_key_size(struct net_device *netdev) in nicvf_get_rxfh_key_size() argument
594 netdev_err(nic->netdev, in nicvf_set_rxfh()
699 void nicvf_set_ethtool_ops(struct net_device *netdev) in nicvf_set_ethtool_ops() argument
701 netdev->ethtool_ops = &nicvf_ethtool_ops; in nicvf_set_ethtool_ops()