Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1718 unsigned int syncp_start; in nv_get_stats() local
1723 syncp_start = u64_stats_fetch_begin(&np->swstats_rx_syncp); in nv_get_stats()
1728 } while (u64_stats_fetch_retry(&np->swstats_rx_syncp, syncp_start)); in nv_get_stats()
1736 syncp_start = u64_stats_fetch_begin(&np->swstats_tx_syncp); in nv_get_stats()
1740 } while (u64_stats_fetch_retry(&np->swstats_tx_syncp, syncp_start)); in nv_get_stats()