Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c387 struct mvneta_pcpu_stats { struct
409 struct mvneta_pcpu_stats __percpu *stats; argument
706 struct mvneta_pcpu_stats *cpu_stats; in mvneta_get_stats64()
2079 struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats); in mvneta_rx_swbm()
2210 struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats); in mvneta_rx_hwbm()
2462 struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats); in mvneta_tx()
4569 pp->stats = netdev_alloc_pcpu_stats(struct mvneta_pcpu_stats); in mvneta_probe()