Searched refs:outstanding_tx (Results 1 – 1 of 1) 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 …]