Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdpsock_user.c114 u32 outstanding_tx; member
493 xsk->outstanding_tx = 0; in xsk_configure()
748 if (!xsk->outstanding_tx) in complete_tx_l2fwd()
752 ndescs = (xsk->outstanding_tx > BATCH_SIZE) ? BATCH_SIZE : in complete_tx_l2fwd()
753 xsk->outstanding_tx; in complete_tx_l2fwd()
759 xsk->outstanding_tx -= rcvd; in complete_tx_l2fwd()
769 if (!xsk->outstanding_tx) in complete_tx_only()
776 xsk->outstanding_tx -= rcvd; in complete_tx_only()
851 xsk->outstanding_tx += BATCH_SIZE; in tx_only()
887 xsk->outstanding_tx += rcvd; in l2fwd()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommonring.h41 atomic_t outstanding_tx; member
Dmsgbuf.c747 atomic_inc(&commonring->outstanding_tx); in brcmf_msgbuf_txflow()
779 if ((force) || (atomic_read(&commonring->outstanding_tx) < in brcmf_msgbuf_schedule_txdata()
879 atomic_dec(&commonring->outstanding_tx); in brcmf_msgbuf_process_txstatus()
1333 ((qlen) && (atomic_read(&commonring->outstanding_tx) < in brcmf_proto_msgbuf_rx_trigger()