summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ixgbe/ixgbe_buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/ixgbe/ixgbe_buf.c')
-rw-r--r--usr/src/uts/common/io/ixgbe/ixgbe_buf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/ixgbe/ixgbe_buf.c b/usr/src/uts/common/io/ixgbe/ixgbe_buf.c
index 74e1b10217..a597a91ebc 100644
--- a/usr/src/uts/common/io/ixgbe/ixgbe_buf.c
+++ b/usr/src/uts/common/io/ixgbe/ixgbe_buf.c
@@ -642,6 +642,8 @@ ixgbe_alloc_tcb_lists(ixgbe_tx_ring_t *tx_ring)
ixgbe_error(ixgbe, "Allocate tx dma buffer failed");
goto alloc_tcb_lists_fail;
}
+
+ tcb->last_index = MAX_TX_RING_SIZE;
}
return (IXGBE_SUCCESS);