qcacmn: Split Tx and Rx indication handling

Add support to handle Tx completion processing and Rx processing into
different NAPI threads/contexts for Lithium DP

Change-Id: I4f5c6ef3ce969ce457e26cf3e8305df1ae782f09
This commit is contained in:
Pamidipati, Vijay
2018-11-08 10:09:03 +05:30
committed by nshrivas
parent 4db72ac87b
commit a59b5607c6
5 changed files with 30 additions and 12 deletions

View File

@@ -112,7 +112,12 @@ enum hif_ic_irq {
struct CE_state;
#define CE_COUNT_MAX 12
#define HIF_MAX_GRP_IRQ 16
#ifdef CONFIG_WIN
#define HIF_MAX_GROUP 12
#else
#define HIF_MAX_GROUP 8
#endif
#ifdef CONFIG_SLUB_DEBUG_ON
#ifndef CONFIG_WIN