Lines Matching defs:rxsc_stats
751 struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats);
765 u64_stats_update_begin(&rxsc_stats->syncp);
766 rxsc_stats->stats.InPktsLate++;
767 u64_stats_update_end(&rxsc_stats->syncp);
774 u64_stats_update_begin(&rxsc_stats->syncp);
776 rxsc_stats->stats.InOctetsDecrypted += msdu_len;
778 rxsc_stats->stats.InOctetsValidated += msdu_len;
779 u64_stats_update_end(&rxsc_stats->syncp);
788 u64_stats_update_begin(&rxsc_stats->syncp);
789 rxsc_stats->stats.InPktsNotValid++;
790 u64_stats_update_end(&rxsc_stats->syncp);
796 u64_stats_update_begin(&rxsc_stats->syncp);
798 rxsc_stats->stats.InPktsInvalid++;
801 rxsc_stats->stats.InPktsDelayed++;
803 rxsc_stats->stats.InPktsUnchecked++;
805 u64_stats_update_end(&rxsc_stats->syncp);
807 u64_stats_update_begin(&rxsc_stats->syncp);
809 rxsc_stats->stats.InPktsDelayed++;
811 rxsc_stats->stats.InPktsOK++;
814 u64_stats_update_end(&rxsc_stats->syncp);
1115 struct pcpu_rx_sc_stats *rxsc_stats;
1182 rxsc_stats = this_cpu_ptr(rx_sc->stats);
1202 u64_stats_update_begin(&rxsc_stats->syncp);
1203 rxsc_stats->stats.InPktsNotUsingSA++;
1204 u64_stats_update_end(&rxsc_stats->syncp);
1214 u64_stats_update_begin(&rxsc_stats->syncp);
1215 rxsc_stats->stats.InPktsUnusedSA++;
1216 u64_stats_update_end(&rxsc_stats->syncp);
1236 u64_stats_update_begin(&rxsc_stats->syncp);
1237 rxsc_stats->stats.InPktsLate++;
1238 u64_stats_update_end(&rxsc_stats->syncp);