qcacmn: Extract meta data from dbr event
Extract meta data from the dbr wmi event. CRs-Fixed: 2219818 Change-Id: Ib19588775060e75017e9777206132a0efeec6223
This commit is contained in:

committed by
nshrivas

parent
af132c141a
commit
42ce0e4c2f
@@ -8160,6 +8160,15 @@ struct wdsentry {
|
||||
#define WMI_HOST_DBR_DATA_ADDR_HI_HOST_DATA_SET(dword, val) \
|
||||
WMI_HOST_F_RMW(dword, val, WMI_HOST_DBR_DATA_ADDR_HI_HOST_DATA)
|
||||
|
||||
/**
|
||||
* struct direct_buf_rx_metadata: direct buffer metadata
|
||||
*
|
||||
* @noisefloor: noisefloor
|
||||
*/
|
||||
struct direct_buf_rx_metadata {
|
||||
int32_t noisefloor[WMI_HOST_MAX_NUM_CHAINS];
|
||||
};
|
||||
|
||||
/**
|
||||
* struct direct_buf_rx_entry: direct buffer rx release entry structure
|
||||
*
|
||||
@@ -8185,6 +8194,7 @@ struct direct_buf_rx_rsp {
|
||||
uint32_t pdev_id;
|
||||
uint32_t mod_id;
|
||||
uint32_t num_buf_release_entry;
|
||||
uint32_t num_meta_data_entry;
|
||||
struct direct_buf_rx_entry *dbr_entries;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user