Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c434 ixgbe_tx_copy(ixgbe_tx_ring_t *tx_ring, tx_control_block_t **tcbp, in ixgbe_tx_copy() argument
437 tx_control_block_t *tcb = *tcbp; in ixgbe_tx_copy()
458 *tcbp = tcb = newtcb; in ixgbe_tx_copy()
494 ixgbe_tx_bind(ixgbe_tx_ring_t *tx_ring, tx_control_block_t **tcbp, in ixgbe_tx_bind() argument
525 if (*tcbp != NULL) in ixgbe_tx_bind()
526 desc_num += ixgbe_tcb_done(*tcbp); in ixgbe_tx_bind()
528 *tcbp = tcb; in ixgbe_tx_bind()