Home
last modified time | relevance | path

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

/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
1731 struct nv_txrx_stats *src = per_cpu_ptr(np->txrx_stats, cpu); in nv_get_stats()
5739 np->txrx_stats = alloc_percpu(struct nv_txrx_stats); in nv_probe()
5740 if (!np->txrx_stats) { in nv_probe()
6153 free_percpu(np->txrx_stats); in nv_probe()
6202 free_percpu(np->txrx_stats); in nv_remove()