Home
last modified time | relevance | path

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

/samples/bpf/
Dxdpsock_user.c96 u32 outstanding_tx; member
494 if (!xsk->outstanding_tx) in complete_tx_l2fwd()
500 ndescs = (xsk->outstanding_tx > BATCH_SIZE) ? BATCH_SIZE : in complete_tx_l2fwd()
501 xsk->outstanding_tx; in complete_tx_l2fwd()
524 xsk->outstanding_tx -= rcvd; in complete_tx_l2fwd()
534 if (!xsk->outstanding_tx) in complete_tx_only()
543 xsk->outstanding_tx -= rcvd; in complete_tx_only()
626 xsk->outstanding_tx += BATCH_SIZE; in tx_only()
705 xsk->outstanding_tx += rcvd; in l2fwd()