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;
962 extra_count = 0;
965 &extra_count,
978 make_tx_response(queue, &txreq, extra_count,
991 make_tx_response(queue, &txreq, extra_count,
999 ret = xenvif_count_requests(queue, &txreq, extra_count,
1010 xenvif_tx_err(queue, &txreq, extra_count, idx);
1029 xenvif_tx_err(queue, &txreq, extra_count, idx);
1047 xenvif_tx_err(queue, &txreq, extra_count, idx);
1096 map_ops, frag_overflow, nskb, extra_count,
1420 unsigned int extra_count,
1430 while (extra_count-- != 0)
1457 pending_tx_info->extra_count, status);
1473 unsigned int extra_count,
1480 _make_tx_response(queue, txp, extra_count, status);