Lines Matching defs:extra_count
111 unsigned int extra_count,
207 unsigned int extra_count, RING_IDX end)
212 make_tx_response(queue, txp, extra_count, XEN_NETIF_RSP_ERROR);
216 extra_count = 0; /* only the first frag can have extras */
232 unsigned int extra_count,
321 xenvif_tx_err(queue, first, extra_count, cons + slots);
342 unsigned int extra_count,
352 queue->pending_tx_info[pending_idx].extra_count = extra_count;
382 unsigned int extra_count,
441 queue->pending_tx_info[pending_idx].extra_count =
442 (txp == first) ? extra_count : 0;
471 txp == first ? extra_count : 0, gop);
726 unsigned int *extra_count,
742 (*extra_count)++;
927 unsigned int extra_count;
964 extra_count = 0;
967 &extra_count,
980 make_tx_response(queue, &txreq, extra_count,
993 make_tx_response(queue, &txreq, extra_count,
1001 ret = xenvif_count_requests(queue, &txreq, extra_count,
1012 xenvif_tx_err(queue, &txreq, extra_count, idx);
1034 xenvif_tx_err(queue, &txreq, extra_count, idx);
1052 xenvif_tx_err(queue, &txreq, extra_count, idx);
1101 map_ops, frag_overflow, nskb, extra_count,
1431 unsigned int extra_count,
1441 while (extra_count-- != 0)
1468 pending_tx_info->extra_count, status);
1484 unsigned int extra_count,
1491 _make_tx_response(queue, txp, extra_count, status);