Searched refs:LIST_PUSH_TAIL (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_tx.c | 1194 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 D | ixgbe_sw.h | 351 #define LIST_PUSH_TAIL(_LH, _E) \ macro
|
H A D | ixgbe_main.c | 1779 LIST_PUSH_TAIL(&pending_list, &tcb->link); in ixgbe_tx_clean()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_tx.c | 317 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 D | igb_sw.h | 280 #define LIST_PUSH_TAIL(_LH, _E) \ macro
|
H A D | igb_main.c | 1754 LIST_PUSH_TAIL(&pending_list, &tcb->link); in igb_tx_clean()
|