qcacmn: Add near-full irq processing handler for RX ring

Add the handler to process the near-full condition
on the rx ring.

Change-Id: I426480386c4716702f8410ed87c70160decaa03f
CRs-Fixed: 2965081
这个提交包含在:
Rakesh Pillai
2021-04-06 03:19:24 -07:00
提交者 Madan Koyyalamudi
父节点 20dddcb585
当前提交 5605d45923
修改 7 个文件,包含 200 行新增38 行删除

查看文件

@@ -1606,6 +1606,9 @@ void *hal_srng_dst_peek_sync_locked(hal_soc_handle_t hal_soc_hdl,
return ring_desc_ptr;
}
#define hal_srng_dst_num_valid_nolock(hal_soc, hal_ring_hdl, sync_hw_ptr) \
hal_srng_dst_num_valid(hal_soc, hal_ring_hdl, sync_hw_ptr)
/**
* hal_srng_dst_num_valid - Returns number of valid entries (to be processed
* by SW) in destination ring