Lines Matching refs:stats_rec
648 static void stats_get_rx_cnt(struct stats_record *stats_rec,
656 rec = &stats_rec->rx_cnt;
691 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec,
701 rec = &stats_rec->enq[to_cpu];
745 static void stats_get_cpumap_remote(struct stats_record *stats_rec,
754 rec = &stats_rec->kthread;
784 static void stats_get_cpumap_kthread(struct stats_record *stats_rec,
792 rec = &stats_rec->kthread;
822 static void stats_get_redirect_cnt(struct stats_record *stats_rec,
831 rec = &stats_rec->redir_err[0];
854 static void stats_get_redirect_err_cnt(struct stats_record *stats_rec,
866 rec = &stats_rec->redir_err[rec_i];
903 static void stats_get_exception_cnt(struct stats_record *stats_rec,
913 rec = &stats_rec->exception[rec_i];
948 static void stats_get_devmap_xmit(struct stats_record *stats_rec,
958 rec = &stats_rec->devmap_xmit;
1000 static void stats_get_devmap_xmit_multi(struct stats_record *stats_rec,
1012 hash_for_each(stats_rec->xmit_map, bkt, entry, node) {