aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_82599.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_82599.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_82599.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c
index 8ee661245af3..0d7bc9156353 100644
--- a/drivers/net/ixgbe/ixgbe_82599.c
+++ b/drivers/net/ixgbe/ixgbe_82599.c
@@ -1157,7 +1157,7 @@ s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 pballoc)
1157 default: 1157 default:
1158 /* bad value */ 1158 /* bad value */
1159 return IXGBE_ERR_CONFIG; 1159 return IXGBE_ERR_CONFIG;
1160 }; 1160 }
1161 1161
1162 /* Move the flexible bytes to use the ethertype - shift 6 words */ 1162 /* Move the flexible bytes to use the ethertype - shift 6 words */
1163 fdirctrl |= (0x6 << IXGBE_FDIRCTRL_FLEX_SHIFT); 1163 fdirctrl |= (0x6 << IXGBE_FDIRCTRL_FLEX_SHIFT);
@@ -1245,7 +1245,7 @@ s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 pballoc)
1245 default: 1245 default:
1246 /* bad value */ 1246 /* bad value */
1247 return IXGBE_ERR_CONFIG; 1247 return IXGBE_ERR_CONFIG;
1248 }; 1248 }
1249 1249
1250 /* Turn perfect match filtering on */ 1250 /* Turn perfect match filtering on */
1251 fdirctrl |= IXGBE_FDIRCTRL_PERFECT_MATCH; 1251 fdirctrl |= IXGBE_FDIRCTRL_PERFECT_MATCH;