Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
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-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommonring.h31 atomic_t outstanding_tx; member
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-v5.15/tools/testing/selftests/bpf/
Dxdpxceiver.h97 u32 outstanding_tx; member
Dxdpxceiver.c561 if (!xsk->outstanding_tx) in complete_pkts()
570 xsk->outstanding_tx -= rcvd; in complete_pkts()
645 xsk->outstanding_tx += i; in __send_pkts()
655 while (xsk->outstanding_tx) in wait_for_tx_completion()
/Linux-v5.15/tools/lib/bpf/
Dxsk.c85 __u64 outstanding_tx; member
1041 xsk->outstanding_tx = 0; in xsk_socket__create_shared()