Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdpsock_user.c151 u32 outstanding_tx; member
1109 if (!xsk->outstanding_tx) in complete_tx_l2fwd()
1122 ndescs = (xsk->outstanding_tx > opt_batch_size) ? opt_batch_size : in complete_tx_l2fwd()
1123 xsk->outstanding_tx; in complete_tx_l2fwd()
1148 xsk->outstanding_tx -= rcvd; in complete_tx_l2fwd()
1159 if (!xsk->outstanding_tx) in complete_tx_only()
1170 xsk->outstanding_tx -= rcvd; in complete_tx_only()
1265 xsk->outstanding_tx += batch_size; in tx_only()
1290 if (xsks[i]->outstanding_tx) { in complete_tx_only_all()
1292 pending = !!xsks[i]->outstanding_tx; in complete_tx_only_all()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.h31 atomic_t outstanding_tx; member
H A Dmsgbuf.c757 atomic_inc(&commonring->outstanding_tx); in brcmf_msgbuf_txflow()
789 if ((force) || (atomic_read(&commonring->outstanding_tx) < in brcmf_msgbuf_schedule_txdata()
889 atomic_dec(&commonring->outstanding_tx); in brcmf_msgbuf_process_txstatus()
1385 ((qlen) && (atomic_read(&commonring->outstanding_tx) < in brcmf_proto_msgbuf_rx_trigger()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.c77 __u64 outstanding_tx; member
727 xsk->outstanding_tx = 0; in xsk_socket__create_shared()