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
This commit is contained in:
Rakesh Pillai
2021-04-06 03:19:24 -07:00
committed by Madan Koyyalamudi
parent 20dddcb585
commit 5605d45923
7 changed files with 200 additions and 38 deletions

View File

@@ -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