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

/linux-master/include/linux/
H A Du64_stats_sync.h82 static inline void u64_stats_set(u64_stats_t *p, u64 val) function
123 static inline void u64_stats_set(u64_stats_t *p, u64 val) function
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c782 u64_stats_set(&pstats->rx_hw_csum_err, 0);
783 u64_stats_set(&pstats->rx_hsplit, 0);
784 u64_stats_set(&pstats->rx_hsplit_hbo, 0);
785 u64_stats_set(&pstats->rx_bad_descs, 0);
786 u64_stats_set(&pstats->tx_linearize, 0);
787 u64_stats_set(&pstats->tx_busy, 0);
788 u64_stats_set(&pstats->tx_drops, 0);
789 u64_stats_set(&pstats->tx_dma_map_errs, 0);
/linux-master/net/core/
H A Dgen_stats.c120 u64_stats_set(&b->bytes, 0);
121 u64_stats_set(&b->packets, 0);
/linux-master/drivers/net/
H A Dvirtio_net.c2146 u64_stats_set(&stats.packets, packets);

Completed in 109 milliseconds