Commit 810a2e1f authored by Alex Elder's avatar Alex Elder Committed by David S. Miller

net: ipa: increase channels and events

Increase the maximum number of channels and event rings supported by
the driver, to allow the maximum available on the SDX55.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1910494e
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#include "ipa_version.h" #include "ipa_version.h"
/* Maximum number of channels and event rings supported by the driver */ /* Maximum number of channels and event rings supported by the driver */
#define GSI_CHANNEL_COUNT_MAX 17 #define GSI_CHANNEL_COUNT_MAX 23
#define GSI_EVT_RING_COUNT_MAX 13 #define GSI_EVT_RING_COUNT_MAX 20
/* Maximum TLV FIFO size for a channel; 64 here is arbitrary (and high) */ /* Maximum TLV FIFO size for a channel; 64 here is arbitrary (and high) */
#define GSI_TLV_MAX 64 #define GSI_TLV_MAX 64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment