Home
last modified time | relevance | path

Searched refs:newtcb (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c448 tx_control_block_t *newtcb; in ixgbe_tx_copy() local
450 newtcb = ixgbe_get_free_list(tx_ring, pending_list); in ixgbe_tx_copy()
451 if (newtcb == NULL) in ixgbe_tx_copy()
454 newtcb->tx_type = USE_COPY; in ixgbe_tx_copy()
458 *tcbp = tcb = newtcb; in ixgbe_tx_copy()