aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_fcoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_fcoe.h')
-rw-r--r--drivers/net/ixgbe/ixgbe_fcoe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_fcoe.h b/drivers/net/ixgbe/ixgbe_fcoe.h
index b5dee7b3ef1c..de8ff53187da 100644
--- a/drivers/net/ixgbe/ixgbe_fcoe.h
+++ b/drivers/net/ixgbe/ixgbe_fcoe.h
@@ -62,7 +62,10 @@ struct ixgbe_fcoe_ddp {
62}; 62};
63 63
64struct ixgbe_fcoe { 64struct ixgbe_fcoe {
65#ifdef CONFIG_IXGBE_DCB
65 u8 tc; 66 u8 tc;
67 u8 up;
68#endif
66 spinlock_t lock; 69 spinlock_t lock;
67 struct pci_pool *pool; 70 struct pci_pool *pool;
68 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX]; 71 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX];