Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c958 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_tx_fill_ring()
985 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_tx_fill_ring()
1486 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_put_free_list()
1495 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_put_free_list()
H A Digb_sw.h268 #define LIST_POP_HEAD(_LH) \ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c952 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_tx_fill_ring()
978 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_tx_fill_ring()
1499 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_put_free_list()
1508 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_put_free_list()
H A Dixgbe_sw.h339 #define LIST_POP_HEAD(_LH) \ macro