aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-09-18 19:48:08 -0700
committerDavid S. Miller <davem@davemloft.net>2018-09-18 19:48:08 -0700
commit87ebcffd82ecc58175f1667af58b8138d43fb859 (patch)
tree9c02d06532e3cae7644f61a93945ee03be085a68 /include/linux
parentMerge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net (diff)
parentnet: stmmac: Fixup the tail addr setting in xmit path (diff)
Merge branch 'stmmac-Coalesce-and-tail-addr-fixes'
Jose Abreu says: ==================== net: stmmac: Coalesce and tail addr fixes The fix for coalesce timer and a fix in tail address setting that impacts XGMAC2 operation. The series is: Tested-by: Jerome Brunet <jbrunet@baylibre.com> on a113 s400 board (single queue) ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/stmmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index c43e9a01b892..7ddfc65586b0 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -30,6 +30,7 @@
#define MTL_MAX_RX_QUEUES 8
#define MTL_MAX_TX_QUEUES 8
+#define STMMAC_CH_MAX 8
#define STMMAC_RX_COE_NONE 0
#define STMMAC_RX_COE_TYPE1 1