Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c42 static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *);
296 tcb = ixgbe_get_free_list(tx_ring); in ixgbe_ring_tx()
449 tcb = ixgbe_get_free_list(tx_ring); in ixgbe_ring_tx()
462 tcb = ixgbe_get_free_list(tx_ring); in ixgbe_ring_tx()
1558 ixgbe_get_free_list(ixgbe_tx_ring_t *tx_ring) in ixgbe_get_free_list() function