qcacmn: Sync DP soc/pdev cfg with profile

Sync DP soc/pdev config items with profile selected.

Change-Id: If7fd67117ac512b57934b2d30c00ce8422130970
CRs-Fixed: 3504105
此提交包含在:
Karthik Kantamneni
2023-05-02 13:58:36 +05:30
提交者 Rahul Choudhary
父節點 46fcdcfef8
當前提交 fb80921508
共有 4 個檔案被更改,包括 27 行新增8 行删除

查看文件

@@ -584,6 +584,7 @@ struct wlan_cfg_dp_pdev_ctxt {
* @num_reo_exception_ring_entries: num of rx exception ring entries
* @num_tx_desc: num of tx descriptors
* @num_tx_ext_desc: num of tx ext descriptors
* @num_rx_sw_desc: number of rx sw 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
@@ -601,6 +602,7 @@ struct wlan_dp_prealloc_cfg {
int num_reo_exception_ring_entries;
int num_tx_desc;
int num_tx_ext_desc;
int num_rx_sw_desc;
int num_reo_dst_ring_entries;
int num_rxdma_buf_ring_entries;
int num_rxdma_refill_ring_entries;