Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dxdp_sample_user.c649 struct stats_record *stats_prev, in stats_get_rx_cnt() argument
657 prev = &stats_prev->rx_cnt; in stats_get_rx_cnt()
692 struct stats_record *stats_prev, in stats_get_cpumap_enqueue() argument
702 prev = &stats_prev->enq[to_cpu]; in stats_get_cpumap_enqueue()
746 struct stats_record *stats_prev, in stats_get_cpumap_remote() argument
755 prev = &stats_prev->kthread; in stats_get_cpumap_remote()
785 struct stats_record *stats_prev, in stats_get_cpumap_kthread() argument
793 prev = &stats_prev->kthread; in stats_get_cpumap_kthread()
823 struct stats_record *stats_prev, in stats_get_redirect_cnt() argument
832 prev = &stats_prev->redir_err[0]; in stats_get_redirect_cnt()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.c889 prev_ps = &pf->stats_prev; in ice_update_dcb_stats()