Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/igb/
H A Digb_tx.c929 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_tx_fill_ring()
956 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_tx_fill_ring()
1457 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_put_free_list()
1466 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in igb_put_free_list()
H A Digb_sw.h264 #define LIST_POP_HEAD(_LH) \ macro
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1044 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_tx_fill_ring()
1070 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_tx_fill_ring()
1603 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_put_free_list()
1612 tcb = (tx_control_block_t *)LIST_POP_HEAD(pending_list); in ixgbe_put_free_list()
H A Dixgbe_sw.h334 #define LIST_POP_HEAD(_LH) \ macro