diff options
author | Tristram Ha <Tristram.Ha@microchip.com> | 2019-02-28 19:57:23 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-03 13:48:49 -0800 |
commit | 88b573af91dafd60ba35b2dc6af3f9d8d7168146 (patch) | |
tree | b39ec77edade2efee982a910b39c2e1b5111f190 /net/dsa/dsa_priv.h | |
parent | a1c0ed24fe9babc53143a5452a0f85cae6e37ba7 (diff) | |
download | linux-88b573af91dafd60ba35b2dc6af3f9d8d7168146.tar.gz linux-88b573af91dafd60ba35b2dc6af3f9d8d7168146.tar.bz2 linux-88b573af91dafd60ba35b2dc6af3f9d8d7168146.zip |
net: dsa: add KSZ9893 switch tagging support
KSZ9893 switch is similar to KSZ9477 switch except the ingress tail tag
has 1 byte instead of 2 bytes. The size of the portmap is smaller and
so the override and lookup bits are also moved.
Signed-off-by: Tristram Ha <Tristram.Ha@microchip.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/dsa_priv.h')
-rw-r--r-- | net/dsa/dsa_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index c6caa58c5c71..093b7d145eb1 100644 --- a/net/dsa/dsa_priv.h +++ b/net/dsa/dsa_priv.h @@ -216,6 +216,7 @@ extern const struct dsa_device_ops gswip_netdev_ops; /* tag_ksz.c */ extern const struct dsa_device_ops ksz9477_netdev_ops; +extern const struct dsa_device_ops ksz9893_netdev_ops; /* tag_lan9303.c */ extern const struct dsa_device_ops lan9303_netdev_ops; |