summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-04-23 01:02:41 +0300
committerDavid S. Miller <davem@davemloft.net>2021-04-23 01:02:41 +0300
commitcad4162a90aeff737a16c0286987f51e927f003a (patch)
treee91770e581473da3a556fd8f8043a544a9e387a5 /include/linux
parent79ebfb11fe0848e916950787bb105f1c0559a577 (diff)
parent676b7ec67d79ae77c6634e75344d82fc4b885e65 (diff)
downloadlinux-cad4162a90aeff737a16c0286987f51e927f003a.tar.xz
Merge branch 'stmmac-swmac-desc-prefetch'
Mohammad Athari Bin Ismail says: ==================== Enable DWMAC HW descriptor prefetch This patch series to add setting for HW descriptor prefetch for DWMAC version 5.20 onwards. For Intel platform, enable the capability by default. ==================== 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 97edb31d6310..0db36360ef21 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -97,6 +97,7 @@ struct stmmac_dma_cfg {
bool aal;
bool eame;
bool multi_msi_en;
+ bool dche;
};
#define AXI_BLEN 7