aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_dcb_82598.c
diff options
context:
space:
mode:
authorJohn Fastabend <john.r.fastabend@intel.com>2011-02-10 09:40:01 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-02-11 11:47:15 -0500
commitd033d526a465c4bb8a499a0b5df65b3e7cf4da6f (patch)
tree570fba34e3fe39dd158dbf38296ca486298b2548 /drivers/net/ixgbe/ixgbe_dcb_82598.c
parent55320cb58baebd1795ec92f4550a1e8b38bf9ddf (diff)
ixgbe: DCB, implement 802.1Qaz routines
Implements 802.1Qaz support for ixgbe driver. Additionally, this adds IEEE_8021QAZ_TSA_{} defines to dcbnl.h this is to avoid having to use cryptic numeric codes for the TSA type. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_dcb_82598.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_dcb_82598.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_dcb_82598.c b/drivers/net/ixgbe/ixgbe_dcb_82598.c
index d1288060cbd..2965edcdac7 100644
--- a/drivers/net/ixgbe/ixgbe_dcb_82598.c
+++ b/drivers/net/ixgbe/ixgbe_dcb_82598.c
@@ -291,7 +291,7 @@ out:
291 * Configure queue statistics registers, all queues belonging to same traffic 291 * Configure queue statistics registers, all queues belonging to same traffic
292 * class uses a single set of queue statistics counters. 292 * class uses a single set of queue statistics counters.
293 */ 293 */
294static s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw) 294s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw)
295{ 295{
296 u32 reg = 0; 296 u32 reg = 0;
297 u8 i = 0; 297 u8 i = 0;