Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/nvidia/
Dforcedeth.c727 __this_cpu_inc(np->txrx_stats->member)
729 __this_cpu_add(np->txrx_stats->member, (count))
815 struct nv_txrx_stats __percpu *txrx_stats; member
1736 struct nv_txrx_stats *src = per_cpu_ptr(np->txrx_stats, cpu); in nv_get_stats()
5698 np->txrx_stats = alloc_percpu(struct nv_txrx_stats); in nv_probe()
5699 if (!np->txrx_stats) { in nv_probe()
6113 free_percpu(np->txrx_stats); in nv_probe()
6162 free_percpu(np->txrx_stats); in nv_remove()