Home
last modified time | relevance | path

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

/Linux-v5.4/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()
704 xsk->outstanding_tx += rcvd; in l2fwd()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommonring.h31 atomic_t outstanding_tx; member
Dmsgbuf.c755 atomic_inc(&commonring->outstanding_tx); in brcmf_msgbuf_txflow()
787 if ((force) || (atomic_read(&commonring->outstanding_tx) < in brcmf_msgbuf_schedule_txdata()
887 atomic_dec(&commonring->outstanding_tx); in brcmf_msgbuf_process_txstatus()
1383 ((qlen) && (atomic_read(&commonring->outstanding_tx) < in brcmf_proto_msgbuf_rx_trigger()
/Linux-v5.4/tools/lib/bpf/
Dxsk.c59 __u64 outstanding_tx; member
519 xsk->outstanding_tx = 0; in xsk_socket__create()