qcacmn: Add start sequence update count to rx stats

add ssn_updates_count to dp_soc_stats rx err stats.
Also add bar fail count on rx tid update during
bar handling.

Change-Id: Ic9a963c8d29ace2087e63cba56bc0d7e40907e1a
CRs-Fixed: 2918806
This commit is contained in:
sandhu
2021-04-13 21:49:13 -07:00
committed by Madan Koyyalamudi
parent 43e51ba3d8
commit 49846e25ef
3 changed files with 20 additions and 3 deletions

View File

@@ -6630,6 +6630,12 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
DP_PRINT_STATS("Rx err msdu continuation err: %d",
soc->stats.rx.err.msdu_continuation_err);
DP_PRINT_STATS("ssn update count: %d",
soc->stats.rx.err.ssn_update_count);
DP_PRINT_STATS("bar handle update fail count: %d",
soc->stats.rx.err.bar_handle_fail_count);
for (i = 0; i < HAL_RXDMA_ERR_MAX; i++) {
index += qdf_snprint(&rxdma_error[index],
DP_RXDMA_ERR_LENGTH - index,