Searched refs:outstanding_tx (Results 1 – 6 of 6) sorted by relevance
153 u32 outstanding_tx; member1132 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 …]
31 atomic_t outstanding_tx; member
757 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()
102 u32 outstanding_tx; member
727 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()
85 __u64 outstanding_tx; member1041 xsk->outstanding_tx = 0; in xsk_socket__create_shared()
Completed in 23 milliseconds