qcacmn: support more dp srng with memory pre-allocation
add more ring type's size to wlan_dp_prealloc_cfg structure, add DP_MON_PDEV_TYPE memory pre-allocation support. Change-Id: I23aebaf7e7e78206ac49ebf02719f6b4dee99875 CRs-Fixed: 3314209
此提交包含在:
@@ -483,6 +483,9 @@ struct wlan_cfg_dp_pdev_ctxt {
|
||||
* @num_tx_ext_desc: num of tx ext descriptors
|
||||
* @num_reo_dst_ring_entries: Number of entries in REO destination ring
|
||||
* @num_rxdma_buf_ring_entries: Number of entries in rxdma buf ring
|
||||
* @num_rxdma_refill_ring_entries: Number of entries in rxdma refill ring
|
||||
* @num_reo_status_ring_entries: Number of entries in REO status ring
|
||||
* @num_mon_status_ring_entries: Number of entries in monitor status ring
|
||||
*/
|
||||
struct wlan_dp_prealloc_cfg {
|
||||
int num_tx_ring_entries;
|
||||
@@ -494,6 +497,9 @@ struct wlan_dp_prealloc_cfg {
|
||||
int num_tx_ext_desc;
|
||||
int num_reo_dst_ring_entries;
|
||||
int num_rxdma_buf_ring_entries;
|
||||
int num_rxdma_refill_ring_entries;
|
||||
int num_reo_status_ring_entries;
|
||||
int num_mon_status_ring_entries;
|
||||
};
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者