qcacmn: Setup RXDMA to software Ring for WMAC1
Setup RxDMA to software ring of both MACs, required for DBS MCC case. Change-Id: I1a094c1fafe39a2a41e8867c82c1236c4b9b6593 CRs-Fixed: 2135851
此提交包含在:
@@ -105,6 +105,7 @@ struct wlan_cfg_dp_soc_ctxt {
|
||||
int per_pdev_tx_ring;
|
||||
int num_tcl_data_rings;
|
||||
int per_pdev_rx_ring;
|
||||
int per_pdev_lmac_ring;
|
||||
int num_reo_dest_rings;
|
||||
int num_tx_desc_pool;
|
||||
int num_tx_ext_desc_pool;
|
||||
@@ -410,6 +411,15 @@ int wlan_cfg_num_tcl_data_rings(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx);
|
||||
*/
|
||||
int wlan_cfg_per_pdev_rx_ring(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx);
|
||||
|
||||
/*
|
||||
* wlan_cfg_per_pdev_lmac_ring() - Return true if error rings are mapped as
|
||||
* one per radio
|
||||
* @wlan_cfg_ctx
|
||||
*
|
||||
* Return: return 1 if per pdev error ring else 0
|
||||
*/
|
||||
int wlan_cfg_per_pdev_lmac_ring(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx);
|
||||
|
||||
/*
|
||||
* wlan_cfg_num_reo_dest_rings() - Number of REO Data rings supported by device
|
||||
* @wlan_cfg_ctx - Configuration Handle
|
||||
|
新增問題並參考
封鎖使用者