Searched defs:ixgbe_get_free_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c41 static tx_control_block_t *ixgbe_get_free_list(ixgbe_tx_ring_t *);
295 tcb = ixgbe_get_free_list(tx_ring);
448 tcb = ixgbe_get_free_list(tx_ring);
461 tcb = ixgbe_get_free_list(tx_ring);
1550 * ixgbe_get_free_list - Get a free tx control block from the free list
1557 ixgbe_get_free_list(ixgbe_tx_ring_t *tx_ring) function
1587 * between ixgbe_get_free_list and ixgbe_put_free_list is implemented with

Completed in 59 milliseconds