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()
1522 memset(per_cpu_ptr(nic->drv_stats, cpu), 0, in nicvf_open()
1661 struct nicvf_drv_stats *drv_stats; in nicvf_update_stats() local
1698 drv_stats = per_cpu_ptr(nic->drv_stats, cpu); in nicvf_update_stats()
1699 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()
1744 this_cpu_inc(nic->drv_stats->tx_timeout); in nicvf_tx_timeout()
2170 nic->drv_stats = netdev_alloc_pcpu_stats(struct nicvf_drv_stats); in nicvf_probe()
2171 if (!nic->drv_stats) { in nicvf_probe()
2257 if (nic->drv_stats) in nicvf_probe()
2258 free_percpu(nic->drv_stats); in nicvf_probe()
2290 if (nic->drv_stats) in nicvf_remove()
2291 free_percpu(nic->drv_stats); in nicvf_remove()