Lines Matching refs:outstanding_tx
151 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()
1263 xsk->outstanding_tx += batch_size; in tx_only()
1288 if (xsks[i]->outstanding_tx) { in complete_tx_only_all()
1290 pending = !!xsks[i]->outstanding_tx; in complete_tx_only_all()
1383 xsk->outstanding_tx += rcvd; in l2fwd()