summaryrefslogtreecommitdiffstats
path: root/include/linux/stmmac.h
diff options
context:
space:
mode:
authorJoao Pinto2017-03-17 17:11:07 +0100
committerDavid S. Miller2017-03-22 01:24:01 +0100
commitabe80fdc6ee664b2f8515f91b45e852b65dbb1a1 (patch)
treeabad80262c1741dbd8e794020b24b9586f46578b /include/linux/stmmac.h
parentnet: stmmac: TX and RX queue priority configuration (diff)
downloadkernel-qcow2-linux-abe80fdc6ee664b2f8515f91b45e852b65dbb1a1.tar.gz
kernel-qcow2-linux-abe80fdc6ee664b2f8515f91b45e852b65dbb1a1.tar.xz
kernel-qcow2-linux-abe80fdc6ee664b2f8515f91b45e852b65dbb1a1.zip
net: stmmac: RX queue routing configuration
This patch adds the configuration of RX queues' routing. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/stmmac.h')
-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 b7d5e7ae9591..cd98ee232ad1 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -127,6 +127,7 @@ struct stmmac_axi {
struct stmmac_rxq_cfg {
u8 mode_to_use;
u8 chan;
+ u8 pkt_route;
bool use_prio;
u32 prio;
};