Lines Matching refs:extra_count

111 			     unsigned int extra_count,
206 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() argument
213 make_tx_response(queue, txp, extra_count, XEN_NETIF_RSP_ERROR); in xenvif_tx_err()
219 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
235 unsigned int extra_count, in xenvif_count_requests() argument
324 xenvif_tx_err(queue, first, extra_count, cons + slots); in xenvif_count_requests()
341 unsigned int extra_count, in xenvif_tx_create_map_op() argument
351 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
611 unsigned int *extra_count, in xenvif_get_extras() argument
627 (*extra_count)++; in xenvif_get_extras()
813 unsigned int extra_count; in xenvif_tx_build_gops() local
850 extra_count = 0; in xenvif_tx_build_gops()
853 &extra_count, in xenvif_tx_build_gops()
866 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
880 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
886 ret = xenvif_count_requests(queue, &txreq, extra_count, in xenvif_tx_build_gops()
896 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
921 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
941 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1011 extra_count, gop); in xenvif_tx_build_gops()
1018 queue->pending_tx_info[pending_idx].extra_count = in xenvif_tx_build_gops()
1019 extra_count; in xenvif_tx_build_gops()
1379 pending_tx_info->extra_count, status); in xenvif_idx_release()
1396 unsigned int extra_count, in make_tx_response() argument
1406 while (extra_count-- != 0) in make_tx_response()