Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c462 LIST_GET_NEXT(&pending_list, &tcb->link); in igb_tx()
1239 LIST_GET_NEXT(&pending_list, &tcb->link); in igb_tx_recycle_legacy()
1380 LIST_GET_NEXT(&pending_list, &tcb->link); in igb_tx_recycle_head_wb()
H A Digb_sw.h289 #define LIST_GET_NEXT(_LH, _E) \ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h360 #define LIST_GET_NEXT(_LH, _E) \ macro
H A Dixgbe_tx.c1486 tcb = (tx_control_block_t *)LIST_GET_NEXT(pending_list, tcb)) { in ixgbe_put_free_list()