dsa.h (a6a71f19fe5e05a90e0bd2487b87aba60a7bfbe0) | dsa.h (e8fe177a62feaf576cd9869d9bfedf9c9574bb12) |
---|---|
1/* 2 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips 3 * Copyright (c) 2008-2009 Marvell Semiconductor 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 19 unchanged lines hidden (view full) --- 28enum dsa_tag_protocol { 29 DSA_TAG_PROTO_NONE = 0, 30 DSA_TAG_PROTO_DSA, 31 DSA_TAG_PROTO_TRAILER, 32 DSA_TAG_PROTO_EDSA, 33 DSA_TAG_PROTO_BRCM, 34 DSA_TAG_PROTO_QCA, 35 DSA_TAG_PROTO_MTK, | 1/* 2 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips 3 * Copyright (c) 2008-2009 Marvell Semiconductor 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 19 unchanged lines hidden (view full) --- 28enum dsa_tag_protocol { 29 DSA_TAG_PROTO_NONE = 0, 30 DSA_TAG_PROTO_DSA, 31 DSA_TAG_PROTO_TRAILER, 32 DSA_TAG_PROTO_EDSA, 33 DSA_TAG_PROTO_BRCM, 34 DSA_TAG_PROTO_QCA, 35 DSA_TAG_PROTO_MTK, |
36 DSA_TAG_PROTO_LAN9303, |
|
36 DSA_TAG_LAST, /* MUST BE LAST */ 37}; 38 39#define DSA_MAX_SWITCHES 4 40#define DSA_MAX_PORTS 12 41 42#define DSA_RTABLE_NONE -1 43 --- 470 unchanged lines hidden --- | 37 DSA_TAG_LAST, /* MUST BE LAST */ 38}; 39 40#define DSA_MAX_SWITCHES 4 41#define DSA_MAX_PORTS 12 42 43#define DSA_RTABLE_NONE -1 44 --- 470 unchanged lines hidden --- |