Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxdpsock_user.c153 u32 outstanding_tx; member
1132 if (!xsk->outstanding_tx) in complete_tx_l2fwd()
1145 ndescs = (xsk->outstanding_tx > opt_batch_size) ? opt_batch_size : in complete_tx_l2fwd()
1146 xsk->outstanding_tx; in complete_tx_l2fwd()
1172 xsk->outstanding_tx -= rcvd; in complete_tx_l2fwd()
1182 if (!xsk->outstanding_tx) in complete_tx_only()
1193 xsk->outstanding_tx -= rcvd; in complete_tx_only()
1288 xsk->outstanding_tx += batch_size; in tx_only()
1313 if (xsks[i]->outstanding_tx) { in complete_tx_only_all()
1315 pending = !!xsks[i]->outstanding_tx; in complete_tx_only_all()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcommonring.h31 atomic_t outstanding_tx; member
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()
/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.h102 u32 outstanding_tx; member
A Dxdpxceiver.c727 if (rcvd > xsk->outstanding_tx) { in complete_pkts()
737 xsk->outstanding_tx -= rcvd; in complete_pkts()
840 xsk->outstanding_tx += valid_pkts; in __send_pkts()
849 while (xsk->outstanding_tx) in wait_for_tx_completion()
/linux/tools/lib/bpf/
A Dxsk.c85 __u64 outstanding_tx; member
1041 xsk->outstanding_tx = 0; in xsk_socket__create_shared()

Completed in 23 milliseconds