Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c406 LIST_GET_NEXT(&pending_list, &tcb->link); in ixgbe_ring_tx()
561 LIST_GET_NEXT(&pending_list, &tcb->link); in ixgbe_ring_tx()
1350 LIST_GET_NEXT(&pending_list, &tcb->link); in ixgbe_tx_recycle_legacy()
1497 LIST_GET_NEXT(&pending_list, &tcb->link); in ixgbe_tx_recycle_head_wb()
H A Dixgbe_sw.h355 #define LIST_GET_NEXT(_LH, _E) \ macro
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_tx.c462 LIST_GET_NEXT(&pending_list, &tcb->link); in igb_tx()
1210 LIST_GET_NEXT(&pending_list, &tcb->link); in igb_tx_recycle_legacy()
1351 LIST_GET_NEXT(&pending_list, &tcb->link); in igb_tx_recycle_head_wb()
H A Digb_sw.h285 #define LIST_GET_NEXT(_LH, _E) \ macro