aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r--drivers/net/ixgbe/ixgbe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h
index 94b04657576b..3f83a12785db 100644
--- a/drivers/net/ixgbe/ixgbe.h
+++ b/drivers/net/ixgbe/ixgbe.h
@@ -222,6 +222,10 @@ struct ixgbe_q_vector {
222 (&(((struct ixgbe_adv_tx_context_desc *)((R).desc))[i])) 222 (&(((struct ixgbe_adv_tx_context_desc *)((R).desc))[i]))
223 223
224#define IXGBE_MAX_JUMBO_FRAME_SIZE 16128 224#define IXGBE_MAX_JUMBO_FRAME_SIZE 16128
225#ifdef IXGBE_FCOE
226/* Use 3K as the baby jumbo frame size for FCoE */
227#define IXGBE_FCOE_JUMBO_FRAME_SIZE 3072
228#endif /* IXGBE_FCOE */
225 229
226#define OTHER_VECTOR 1 230#define OTHER_VECTOR 1
227#define NON_Q_VECTORS (OTHER_VECTOR) 231#define NON_Q_VECTORS (OTHER_VECTOR)