Parcourir la source

qcacld-3.0: Print FW tx path counters in txrx_fw_stats

Print FW tx path counters in txrx_fw_stats.

Change-Id: I2adfa6121b6b8b0afa743f7d7f4f0adbbd4626ed
CRs-Fixed: 2583155
Nirav Shah il y a 5 ans
Parent
commit
23c5c3eaf8
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      core/dp/htt/htt_fw_stats.c

+ 12 - 0
core/dp/htt/htt_fw_stats.c

@@ -329,6 +329,18 @@ htt_t2h_stats_pdev_stats_print(struct wlan_dbg_stats *wlan_pdev_stats,
 	qdf_nofl_info("pdev resets       :%d", tx->pdev_resets);
 	/* PPDU > txop duration  */
 	qdf_nofl_info("ppdu txop ovf     :%d", tx->txop_ovf);
+#if defined(AR900B)
+	qdf_nofl_info("seq_posted        :%d", tx->seq_posted);
+	qdf_nofl_info("seq_failed_queueing      :%d", tx->seq_failed_queueing);
+	qdf_nofl_info("seq_completed     :%d", tx->seq_completed);
+	qdf_nofl_info("seq_restarted     :%d", tx->seq_restarted);
+	qdf_nofl_info("mu_seq_posted     :%d", tx->mu_seq_posted);
+	qdf_nofl_info("mpdus_sw_flush    :%d", tx->mpdus_sw_flush);
+	qdf_nofl_info("mpdus_hw_filter   :%d", tx->mpdus_hw_filter);
+	qdf_nofl_info("mpdus_truncated   :%d", tx->mpdus_truncated);
+	qdf_nofl_info("mpdus_ack_failed  :%d", tx->mpdus_ack_failed);
+	qdf_nofl_info("mpdus_expired     :%d", tx->mpdus_expired);
+#endif
 
 	qdf_nofl_info("### Rx ###");
 	/* Cnts any change in ring routing mid-ppdu */