Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H A 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()
5737 np->txrx_stats = alloc_percpu(struct nv_txrx_stats); in nv_probe()
5738 if (!np->txrx_stats) { in nv_probe()
5739 pr_err("np->txrx_stats, alloc memory error.\n"); in nv_probe()
6153 free_percpu(np->txrx_stats); in nv_probe()
6202 free_percpu(np->txrx_stats); in nv_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/
H A 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()
5741 pr_err("np->txrx_stats, alloc memory error.\n"); in nv_probe()
6153 free_percpu(np->txrx_stats); in nv_probe()
6202 free_percpu(np->txrx_stats); in nv_remove()

Completed in 17 milliseconds