Lines Matching refs:swstats_rx_syncp
814 struct u64_stats_sync swstats_rx_syncp; member
1737 syncp_start = u64_stats_fetch_begin_irq(&np->swstats_rx_syncp); in nv_get_stats()
1742 } while (u64_stats_fetch_retry_irq(&np->swstats_rx_syncp, syncp_start)); in nv_get_stats()
1854 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_alloc_rx()
1856 u64_stats_update_end(&np->swstats_rx_syncp); in nv_alloc_rx()
1896 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_alloc_rx_optimized()
1898 u64_stats_update_end(&np->swstats_rx_syncp); in nv_alloc_rx_optimized()
2885 u64_stats_update_begin(&np->swstats_rx_syncp); in rx_missing_handler()
2887 u64_stats_update_end(&np->swstats_rx_syncp); in rx_missing_handler()
2976 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_rx_process()
2979 u64_stats_update_end(&np->swstats_rx_syncp); in nv_rx_process()
3062 u64_stats_update_begin(&np->swstats_rx_syncp); in nv_rx_process_optimized()
3065 u64_stats_update_end(&np->swstats_rx_syncp); in nv_rx_process_optimized()
5737 u64_stats_init(&np->swstats_rx_syncp); in nv_probe()