Searched refs:rx_syncp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/
H A Dvirtio_net.c57 struct u64_stats_sync rx_syncp; member in struct:virtnet_stats
467 u64_stats_update_begin(&stats->rx_syncp); receive_buf()
470 u64_stats_update_end(&stats->rx_syncp); receive_buf()
1069 start = u64_stats_fetch_begin_irq(&stats->rx_syncp); for_each_possible_cpu()
1072 } while (u64_stats_fetch_retry_irq(&stats->rx_syncp, start)); for_each_possible_cpu()
1810 u64_stats_init(&virtnet_stats->rx_syncp); for_each_possible_cpu()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb.h267 struct u64_stats_sync rx_syncp; member in struct:igb_ring::__anon6679::__anon6681
H A Digb_main.c1302 u64_stats_init(&ring->rx_syncp); igb_alloc_q_vector()
5249 start = u64_stats_fetch_begin_irq(&ring->rx_syncp); igb_update_stats()
5252 } while (u64_stats_fetch_retry_irq(&ring->rx_syncp, start)); igb_update_stats()
6769 u64_stats_update_begin(&ring->rx_syncp); igb_rx_checksum()
6771 u64_stats_update_end(&ring->rx_syncp); igb_rx_checksum()
7023 u64_stats_update_begin(&rx_ring->rx_syncp); igb_clean_rx_irq()
7026 u64_stats_update_end(&rx_ring->rx_syncp); igb_clean_rx_irq()
H A Digb_ethtool.c2296 start = u64_stats_fetch_begin_irq(&ring->rx_syncp); igb_get_ethtool_stats()
2302 } while (u64_stats_fetch_retry_irq(&ring->rx_syncp, start)); igb_get_ethtool_stats()

Completed in 173 milliseconds