qcacmn: Increase number of DP interrupt to 16

Increase the number of DP interrupts to 16. The interrupt assignment
table is updated to add new values for different MSI interrupts
available. 9, 10 and 11 MSIs configuration will take the same
configuration as that of 8 MSI. 13, 14 and 15 MSIs configuration
will take the same configuration as that of 12 MSI. New MSI assignment
configuration is introduced for 12 and 16 MSIs.

Change-Id: I82af75b21c793a62fc8f0bd5515e1160b601c0c2
CRs-Fixed: 3209397
This commit is contained in:
Nandha Kishore Easwaran
2022-05-30 14:20:00 +05:30
committed by Madan Koyyalamudi
parent f64cf6e11b
commit e34a1ed32c
2 changed files with 750 additions and 138 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -59,8 +59,8 @@
#define WLAN_CFG_DST_RING_CACHED_DESC 1
#endif
#define MAX_PDEV_CNT 3
#define WLAN_CFG_INT_NUM_CONTEXTS 11
#define WLAN_CFG_INT_NUM_CONTEXTS_MAX 11
#define WLAN_CFG_INT_NUM_CONTEXTS 16
#define WLAN_CFG_INT_NUM_CONTEXTS_MAX 16
#define NUM_RXDMA_RINGS_PER_PDEV 1
#define MAX_NUM_LMAC_HW 3
#define DP_NUM_MACS_PER_PDEV 1