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
committed by Madan Koyyalamudi
parent b845bfdce4
commit cebffa806d
11 changed files with 225 additions and 51 deletions

View File

@@ -72,7 +72,11 @@
#define WME_AC_VO 3 /* voice */
#define WME_AC_MAX 4 /* MAX AC Value */
#ifdef CONFIG_BERYLLIUM
#define CDP_MAX_RX_RINGS 8 /* max rx rings */
#else
#define CDP_MAX_RX_RINGS 4 /* max rx rings */
#endif
#define CDP_MAX_TX_COMP_RINGS 3 /* max tx completion rings */
#define CDP_MAX_TX_TQM_STATUS 9 /* max tx tqm completion status */
#define CDP_MAX_TX_HTT_STATUS 7 /* max tx htt completion status */