qcacmn: Add handling for rxdma_rx_flush and invalid psh_rsn

In WBM error path, add handling for packets received with
rxdma_psh_rsn as rxdma_rx_flush. Also add assert for packets
received with an invalid push reason.

Change-Id: I4e445d52f00bbbdca358225aef488da0e8dccaa7
CRs-Fixed: 2978262
此提交包含在:
Chaithanya Garrepalli
2021-07-02 13:32:55 +05:30
提交者 Madan Koyyalamudi
父節點 503a5adb9c
當前提交 d7637a443d
共有 4 個檔案被更改,包括 26 行新增2 行删除

查看文件

@@ -6628,6 +6628,7 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
soc->stats.rx.rxdma2rel_route_drop);
DP_PRINT_STATS("Reo2rel route drop:%d",
soc->stats.rx.reo2rel_route_drop);
DP_PRINT_STATS("Rx Flush count:%d", soc->stats.rx.err.rx_flush_count);
}
#ifdef FEATURE_TSO_STATS