Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c384 struct mvneta_pcpu_stats { struct
406 struct mvneta_pcpu_stats __percpu *stats; argument
702 struct mvneta_pcpu_stats *cpu_stats; in mvneta_get_stats64()
2078 struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats); in mvneta_rx_swbm()
2209 struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats); in mvneta_rx_hwbm()
2461 struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats); in mvneta_tx()
4497 pp->stats = netdev_alloc_pcpu_stats(struct mvneta_pcpu_stats); in mvneta_probe()