Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/nvidia/
Dforcedeth.c4993 static int nv_get_sset_count(struct net_device *dev, int sset) in nv_get_sset_count() function
5027 nv_get_sset_count(dev, ETH_SS_STATS)*sizeof(u64)); in nv_get_ethtool_stats()
5269 count = nv_get_sset_count(dev, ETH_SS_TEST); in nv_self_test()
5347 …memcpy(buffer, &nv_estats_str, nv_get_sset_count(dev, ETH_SS_STATS)*sizeof(struct nv_ethtool_str)); in nv_get_strings()
5350 memcpy(buffer, &nv_etests_str, nv_get_sset_count(dev, ETH_SS_TEST)*sizeof(struct nv_ethtool_str)); in nv_get_strings()
5369 .get_sset_count = nv_get_sset_count,