Loading fw/htt_stats.h +11 −0 Original line number Diff line number Diff line Loading @@ -1481,6 +1481,17 @@ typedef struct _htt_tx_tid_stats_v1_tlv { A_UINT32 mlo_flush_partner_info_high; A_UINT32 mlo_flush_initator_info_low; A_UINT32 mlo_flush_initator_info_high; /* * head_msdu_tqm_timestamp_us: * MSDU enqueue timestamp (TQM reference timestamp) for the MSDU * at the head of the MPDU queue * head_msdu_tqm_latency_us: * The age of the MSDU that is at the head of the MPDU queue, * i.e. the delta between the current TQM time and the MSDU's * enqueue timestamp. */ A_UINT32 head_msdu_tqm_timestamp_us; A_UINT32 head_msdu_tqm_latency_us; } htt_tx_tid_stats_v1_tlv; #define HTT_RX_TID_STATS_SW_PEER_ID_M 0x0000ffff Loading Loading
fw/htt_stats.h +11 −0 Original line number Diff line number Diff line Loading @@ -1481,6 +1481,17 @@ typedef struct _htt_tx_tid_stats_v1_tlv { A_UINT32 mlo_flush_partner_info_high; A_UINT32 mlo_flush_initator_info_low; A_UINT32 mlo_flush_initator_info_high; /* * head_msdu_tqm_timestamp_us: * MSDU enqueue timestamp (TQM reference timestamp) for the MSDU * at the head of the MPDU queue * head_msdu_tqm_latency_us: * The age of the MSDU that is at the head of the MPDU queue, * i.e. the delta between the current TQM time and the MSDU's * enqueue timestamp. */ A_UINT32 head_msdu_tqm_timestamp_us; A_UINT32 head_msdu_tqm_latency_us; } htt_tx_tid_stats_v1_tlv; #define HTT_RX_TID_STATS_SW_PEER_ID_M 0x0000ffff Loading