Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H A Dforcedeth.c4992 static int nv_get_sset_count(struct net_device *dev, int sset) in nv_get_sset_count() function
5026 nv_get_sset_count(dev, ETH_SS_STATS)*sizeof(u64)); in netdev_priv()
5268 count = nv_get_sset_count(dev, ETH_SS_TEST); in nv_self_test()
5346 memcpy(buffer, &nv_estats_str, nv_get_sset_count(dev, ETH_SS_STATS)*sizeof(struct nv_ethtool_str)); in nv_get_strings()
5349 memcpy(buffer, &nv_etests_str, nv_get_sset_count(dev, ETH_SS_TEST)*sizeof(struct nv_ethtool_str)); in nv_get_strings()
5368 .get_sset_count = nv_get_sset_count,
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/
H A 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 netdev_priv()
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,

Completed in 21 milliseconds