Home
last modified time | relevance | path

Searched refs:nv_get_sset_count (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c4886 static int nv_get_sset_count(struct net_device *dev, int sset) in nv_get_sset_count() function
4920 nv_get_sset_count(dev, ETH_SS_STATS)*sizeof(u64)); in nv_get_ethtool_stats()
5162 count = nv_get_sset_count(dev, ETH_SS_TEST); in nv_self_test()
5240 …memcpy(buffer, &nv_estats_str, nv_get_sset_count(dev, ETH_SS_STATS)*sizeof(struct nv_ethtool_str)); in nv_get_strings()
5243 memcpy(buffer, &nv_etests_str, nv_get_sset_count(dev, ETH_SS_TEST)*sizeof(struct nv_ethtool_str)); in nv_get_strings()
5264 .get_sset_count = nv_get_sset_count,