aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index 3a88fb6e32e7..f829d3614521 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -4636,8 +4636,8 @@ static void ixgbe_get_first_reg_idx(struct ixgbe_adapter *adapter, u8 tc,
4636 4636
4637 switch (hw->mac.type) { 4637 switch (hw->mac.type) {
4638 case ixgbe_mac_82598EB: 4638 case ixgbe_mac_82598EB:
4639 *tx = tc << 3; 4639 *tx = tc << 2;
4640 *rx = tc << 2; 4640 *rx = tc << 3;
4641 break; 4641 break;
4642 case ixgbe_mac_82599EB: 4642 case ixgbe_mac_82599EB:
4643 case ixgbe_mac_X540: 4643 case ixgbe_mac_X540: