Lines Matching refs:extra_count

112 			     unsigned int extra_count,
209 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() argument
214 make_tx_response(queue, txp, extra_count, XEN_NETIF_RSP_ERROR); in xenvif_tx_err()
218 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
234 unsigned int extra_count, in xenvif_count_requests() argument
323 xenvif_tx_err(queue, first, extra_count, cons + slots); in xenvif_count_requests()
344 unsigned int extra_count, in xenvif_tx_create_map_op() argument
354 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
384 unsigned int extra_count, in xenvif_get_requests() argument
443 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests()
444 (txp == first) ? extra_count : 0; in xenvif_get_requests()
473 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
728 unsigned int *extra_count, in xenvif_get_extras() argument
744 (*extra_count)++; in xenvif_get_extras()
929 unsigned int extra_count; in xenvif_tx_build_gops() local
964 extra_count = 0; in xenvif_tx_build_gops()
967 &extra_count, in xenvif_tx_build_gops()
980 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
993 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
1001 ret = xenvif_count_requests(queue, &txreq, extra_count, in xenvif_tx_build_gops()
1012 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1031 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1049 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1098 map_ops, frag_overflow, nskb, extra_count, in xenvif_tx_build_gops()
1427 unsigned int extra_count, in _make_tx_response() argument
1437 while (extra_count-- != 0) in _make_tx_response()
1464 pending_tx_info->extra_count, status); in xenvif_idx_release()
1480 unsigned int extra_count, in make_tx_response() argument
1487 _make_tx_response(queue, txp, extra_count, status); in make_tx_response()