fw-api: CL 16842041 - update fw common interface files
HTT stats: add reo2sw4ringipa_backpress_hist to rx_fw_ring_stats TLV Change-Id: I0c9953326212c0ed5a21a420ce2ba7577d5b1254 CRs-Fixed: 2262693
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2017-2022 The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -3227,13 +3227,19 @@ typedef struct {
|
|||||||
A_UINT32 datarate_refillringipa;
|
A_UINT32 datarate_refillringipa;
|
||||||
A_UINT32 datarate_refillringhost;
|
A_UINT32 datarate_refillringhost;
|
||||||
/*
|
/*
|
||||||
* Number of times refill rings are back pressured in recent time periods
|
* refillringhost_backpress_hist and refillringipa_backpress_hist are
|
||||||
* element 0: in last 0 to 50ms
|
* deprecated, and will be filled with 0x0 by the target.
|
||||||
* element 1: 50ms to 100ms
|
|
||||||
* element 2: above 100ms
|
|
||||||
*/
|
*/
|
||||||
A_UINT32 refillringhost_backpress_hist[3];
|
A_UINT32 refillringhost_backpress_hist[3];
|
||||||
A_UINT32 refillringipa_backpress_hist[3];
|
A_UINT32 refillringipa_backpress_hist[3];
|
||||||
|
/* reo2sw4ringipa_backpress_hist:
|
||||||
|
* Number of times reo2sw4(IPA_DEST_RING) ring is back-pressured
|
||||||
|
* in recent time periods
|
||||||
|
* element 0: in last 0 to 250ms
|
||||||
|
* element 1: 250ms to 500ms
|
||||||
|
* element 2: above 500ms
|
||||||
|
*/
|
||||||
|
A_UINT32 reo2sw4ringipa_backpress_hist[3];
|
||||||
} htt_rx_fw_ring_stats_tlv_v;
|
} htt_rx_fw_ring_stats_tlv_v;
|
||||||
|
|
||||||
/* STATS_TYPE : HTT_DBG_EXT_STATS_TX_DE_INFO
|
/* STATS_TYPE : HTT_DBG_EXT_STATS_TX_DE_INFO
|
||||||
|
Reference in New Issue
Block a user