Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1446f9d8 authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent d2e0fc9d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 {