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
这个提交包含在:
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户