Przeglądaj źródła

fw-api: CL 7433622 - update fw common interface files

HTT stats: add phy_warm_reset_reason counters to hw_stats_pdev_errs TLV

Change-Id: Ibe3a8d7dade8f4dfa43b0379e686f388a1ec6371
CRs-Fixed: 2262693
spuligil 5 lat temu
rodzic
commit
20b52f0a08
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      fw/htt_stats.h

+ 5 - 0
fw/htt_stats.h

@@ -805,6 +805,11 @@ typedef struct {
     A_UINT32 wal_rx_recovery_rst_rx_busy_count;
     A_UINT32 wal_rx_recovery_rst_phy_mac_hang_count;
     A_UINT32 rx_flush_cnt; /* Num rx flush issued */
+    A_UINT32 phy_warm_reset_reason_tx_lifetime_expiry_cca_stuck;
+    A_UINT32 phy_warm_reset_reason_tx_consecutive_flush9_war;
+    A_UINT32 phy_warm_reset_reason_tx_hwsch_reset_war;
+    A_UINT32 phy_warm_reset_reason_hwsch_wdog_or_cca_wdog_war;
+    A_UINT32 fw_rx_rings_reset;
 } htt_hw_stats_pdev_errs_tlv;
 
 typedef struct {