Lines Matching defs:rxsc_stats
723 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats);
737 u64_stats_update_begin(&rxsc_stats->syncp);
738 rxsc_stats->stats.InPktsLate++;
739 u64_stats_update_end(&rxsc_stats->syncp);
746 u64_stats_update_begin(&rxsc_stats->syncp);
748 rxsc_stats->stats.InOctetsDecrypted += msdu_len;
750 rxsc_stats->stats.InOctetsValidated += msdu_len;
751 u64_stats_update_end(&rxsc_stats->syncp);
760 u64_stats_update_begin(&rxsc_stats->syncp);
761 rxsc_stats->stats.InPktsNotValid++;
762 u64_stats_update_end(&rxsc_stats->syncp);
768 u64_stats_update_begin(&rxsc_stats->syncp);
770 rxsc_stats->stats.InPktsInvalid++;
773 rxsc_stats->stats.InPktsDelayed++;
775 rxsc_stats->stats.InPktsUnchecked++;
777 u64_stats_update_end(&rxsc_stats->syncp);
779 u64_stats_update_begin(&rxsc_stats->syncp);
781 rxsc_stats->stats.InPktsDelayed++;
783 rxsc_stats->stats.InPktsOK++;
786 u64_stats_update_end(&rxsc_stats->syncp);
1098 struct pcpu_rx_sc_stats *rxsc_stats;
1165 rxsc_stats = this_cpu_ptr(rx_sc->stats);
1185 u64_stats_update_begin(&rxsc_stats->syncp);
1186 rxsc_stats->stats.InPktsNotUsingSA++;
1187 u64_stats_update_end(&rxsc_stats->syncp);
1197 u64_stats_update_begin(&rxsc_stats->syncp);
1198 rxsc_stats->stats.InPktsUnusedSA++;
1199 u64_stats_update_end(&rxsc_stats->syncp);
1219 u64_stats_update_begin(&rxsc_stats->syncp);
1220 rxsc_stats->stats.InPktsLate++;
1221 u64_stats_update_end(&rxsc_stats->syncp);