qcacmn: Add support for additional REO rings for Beryllium

Beryllium supports additional REO rings to cater increased bandwidth.
Enable additional REO rings.

Change-Id: I5124c92e30e4ac56a78b6f5f38d1c91a2933bba8
CRs-Fixed: 2930184
This commit is contained in:
Manjunathappa Prakash
2021-04-13 02:54:29 -07:00
committad av Madan Koyyalamudi
förälder b845bfdce4
incheckning cebffa806d
11 ändrade filer med 225 tillägg och 51 borttagningar

Visa fil

@@ -131,10 +131,15 @@ struct CE_state;
#else
#define CE_COUNT_MAX 12
#endif
#define HIF_MAX_GRP_IRQ 16
#ifndef HIF_MAX_GROUP
#ifdef CONFIG_BERYLLIUM
#define HIF_MAX_GROUP 11
#define HIF_MAX_GRP_IRQ 20
#else
#define HIF_MAX_GROUP 7
#define HIF_MAX_GRP_IRQ 16
#endif
#endif
#ifndef NAPI_YIELD_BUDGET_BASED