Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c40 static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *);
294 tcb = ixgbe_get_free_list(tx_ring); in ixgbe_ring_tx()
447 tcb = ixgbe_get_free_list(tx_ring); in ixgbe_ring_tx()
460 tcb = ixgbe_get_free_list(tx_ring); in ixgbe_ring_tx()
1554 ixgbe_get_free_list(ixgbe_tx_ring_t *tx_ring) in ixgbe_get_free_list() function