qcacmn: Increse num TX rings for QCN9224

This change includes below
1) Changes needed to increase Tx rings to 4
2) Use WBM2SW4 ring for rx error in QCN9224
3) memset srng at alloc to avoid populating RBM_id
in per packet path and enable implicit RBM

Change-Id: Icbd5ac2378273b8f3c6adc41c611e29551fff22f
这个提交包含在:
Chaithanya Garrepalli
2021-10-09 14:47:58 +05:30
提交者 Madan Koyyalamudi
父节点 de13832745
当前提交 3c3e5709ac
修改 15 个文件,包含 148 行新增23 行删除

查看文件

@@ -4496,8 +4496,8 @@ void dp_tx_process_htt_completion(struct dp_soc *soc,
goto release_tx_desc;
}
default:
dp_tx_comp_alert("Invalid HTT tx_status %d\n",
tx_status);
dp_tx_comp_err("Invalid HTT tx_status %d\n",
tx_status);
goto release_tx_desc;
}