qcacmn: Core DP RX path changes for WCN7850

Implement core DP rx processing to functions in to corresponding
architecture specific be/li rx files. Keep common utility functions
in DP common files.

Change-Id: I40083e10772fd2b6ce2f1fa9e197f2ad92d0522a
CRs-Fixed: 2891021
此提交包含在:
Manjunathappa Prakash
2021-02-17 01:37:14 -08:00
提交者 Rakesh Pillai
父節點 27d6b43bfb
當前提交 477928661c
共有 10 個檔案被更改,包括 1886 行新增996 行删除

查看文件

@@ -2246,7 +2246,7 @@ static uint32_t dp_service_srngs(void *dp_ctx, uint32_t dp_budget)
for (ring = 0; ring < soc->num_reo_dest_rings; ring++) {
if (!(rx_mask & (1 << ring)))
continue;
work_done = dp_rx_process(int_ctx,
work_done = soc->arch_ops.dp_rx_process(int_ctx,
soc->reo_dest_ring[ring].hal_srng,
ring,
remaining_quota);