1 /******************************************************************************
2 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
4 * This program is distributed in the hope that it will be useful, but WITHOUT
5 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
9 * The full GNU General Public License is included in this distribution in the
10 * file called LICENSE.
12 * Contact Information:
14 *****************************************************************************/
15 #ifndef __INC_QOS_TYPE_H
16 #define __INC_QOS_TYPE_H
18 #define BIT0 0x00000001
19 #define BIT1 0x00000002
20 #define BIT2 0x00000004
21 #define BIT3 0x00000008
22 #define BIT4 0x00000010
23 #define BIT5 0x00000020
24 #define BIT6 0x00000040
25 #define BIT7 0x00000080
26 #define BIT8 0x00000100
27 #define BIT9 0x00000200
28 #define BIT10 0x00000400
29 #define BIT11 0x00000800
30 #define BIT12 0x00001000
31 #define BIT13 0x00002000
32 #define BIT14 0x00004000
33 #define BIT15 0x00008000
34 #define BIT16 0x00010000
35 #define BIT17 0x00020000
36 #define BIT18 0x00040000
37 #define BIT19 0x00080000
38 #define BIT20 0x00100000
39 #define BIT21 0x00200000
40 #define BIT22 0x00400000
41 #define BIT23 0x00800000
42 #define BIT24 0x01000000
43 #define BIT25 0x02000000
44 #define BIT26 0x04000000
45 #define BIT27 0x08000000
46 #define BIT28 0x10000000
47 #define BIT29 0x20000000
48 #define BIT30 0x40000000
49 #define BIT31 0x80000000
61 u8 ucTSInfoAckPolicy:2;
71 union qos_tsinfo TSInfo;
85 u16 SurplusBandwidthAllowance;
101 enum direction_value {
109 eAcmWay0_SwAndHw = 0,
123 struct _TYPE_GENERAL {
133 u8 SrcAddr[ETH_ALEN];
134 u8 DstAddr[ETH_ALEN];
164 struct _TYPE2_8021Q {