Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1194 LIST_PUSH_TAIL(&pending_list, &tcb->link); in ixgbe_tx_recycle_legacy()
1336 LIST_PUSH_TAIL(&pending_list, &tcb->link); in ixgbe_tx_recycle_head_wb()
1464 LIST_PUSH_TAIL(list, &tcb->link); in ixgbe_get_free_list()
H A Dixgbe_sw.h351 #define LIST_PUSH_TAIL(_LH, _E) \ macro
H A Dixgbe_main.c1779 LIST_PUSH_TAIL(&pending_list, &tcb->link); in ixgbe_tx_clean()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c317 LIST_PUSH_TAIL(&pending_list, &tcb->link); in igb_tx()
1180 LIST_PUSH_TAIL(&pending_list, &tcb->link); in igb_tx_recycle_legacy()
1331 LIST_PUSH_TAIL(&pending_list, &tcb->link); in igb_tx_recycle_head_wb()
H A Digb_sw.h280 #define LIST_PUSH_TAIL(_LH, _E) \ macro
H A Digb_main.c1754 LIST_PUSH_TAIL(&pending_list, &tcb->link); in igb_tx_clean()