Browse Source

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

HTT stats: add TQM stats for MSDU queue timestamp updates

Change-Id: I48673bf15f59094fff08b56010818b0971887458
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
1446f9d8ae
1 changed files with 8 additions and 0 deletions
  1. 8 0
      fw/htt_stats.h

+ 8 - 0
fw/htt_stats.h

@@ -3546,6 +3546,14 @@ typedef struct {
     A_UINT32 tqm_active_tids;
     A_UINT32 tqm_inactive_tids;
     A_UINT32 tqm_active_msduq_flows;
+
+    /* SAWF system delay reference timestamp updation related stats */
+    A_UINT32 total_msduq_timestamp_updates;
+    A_UINT32 total_msduq_timestamp_updates_by_get_mpdu_head_info_cmd;
+    A_UINT32 total_msduq_timestamp_updates_by_empty_to_nonempty_status;
+    A_UINT32 total_get_mpdu_head_info_cmds_by_sched_algo_la_query;
+    A_UINT32 total_get_mpdu_head_info_cmds_by_tac;
+    A_UINT32 total_gen_mpdu_cmds_by_sched_algo_la_query;
 } htt_tx_tqm_cmn_stats_tlv;
 
 typedef struct {