tx_context
bzero(&tx_ring->tx_context, sizeof (tx_context_t));
tx_context_t tx_context;
tx_context_t tx_context, *ctx;
ctx = &tx_context;
last = &tx_ring->tx_context;
tx_ring->tx_context = *ctx;
bzero(&tx_ring->tx_context, sizeof (ixgbe_tx_context_t));
ixgbe_tx_context_t tx_context;
ixgbe_tx_context_t tx_context, *ctx = NULL;
ctx = &tx_context;
last = &tx_ring->tx_context;
tx_ring->tx_context = *ctx;