Lines Matching defs:outstanding_tx
151 u32 outstanding_tx;
1109 if (!xsk->outstanding_tx)
1122 ndescs = (xsk->outstanding_tx > opt_batch_size) ? opt_batch_size :
1123 xsk->outstanding_tx;
1148 xsk->outstanding_tx -= rcvd;
1159 if (!xsk->outstanding_tx)
1170 xsk->outstanding_tx -= rcvd;
1265 xsk->outstanding_tx += batch_size;
1290 if (xsks[i]->outstanding_tx) {
1292 pending = !!xsks[i]->outstanding_tx;
1385 xsk->outstanding_tx += rcvd;