Lines Matching refs:drv_stats
945 this_cpu_inc(nic->drv_stats->txq_wake); in nicvf_cq_intr_handler()
1300 this_cpu_inc(nic->drv_stats->txq_stop); in nicvf_xmit()
1523 memset(per_cpu_ptr(nic->drv_stats, cpu), 0, in nicvf_open()
1662 struct nicvf_drv_stats *drv_stats; in nicvf_update_stats() local
1699 drv_stats = per_cpu_ptr(nic->drv_stats, cpu); in nicvf_update_stats()
1700 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()
1745 this_cpu_inc(nic->drv_stats->tx_timeout); in nicvf_tx_timeout()
2180 nic->drv_stats = netdev_alloc_pcpu_stats(struct nicvf_drv_stats); in nicvf_probe()
2181 if (!nic->drv_stats) { in nicvf_probe()
2267 if (nic->drv_stats) in nicvf_probe()
2268 free_percpu(nic->drv_stats); in nicvf_probe()
2300 if (nic->drv_stats) in nicvf_remove()
2301 free_percpu(nic->drv_stats); in nicvf_remove()