Lines Matching refs:extra_count

111 			     unsigned int extra_count,
208 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() argument
215 make_tx_response(queue, txp, extra_count, XEN_NETIF_RSP_ERROR); in xenvif_tx_err()
221 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
237 unsigned int extra_count, in xenvif_count_requests() argument
326 xenvif_tx_err(queue, first, extra_count, cons + slots); in xenvif_count_requests()
346 unsigned int extra_count, in xenvif_tx_create_map_op() argument
356 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
433 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests()
434 (txp == first) ? extra_count : 0; in xenvif_get_requests()
456 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
684 unsigned int *extra_count, in xenvif_get_extras() argument
700 (*extra_count)++; in xenvif_get_extras()
885 unsigned int extra_count; in xenvif_tx_build_gops() local
922 extra_count = 0; in xenvif_tx_build_gops()
925 &extra_count, in xenvif_tx_build_gops()
938 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
952 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
961 ret = xenvif_count_requests(queue, &txreq, extra_count, in xenvif_tx_build_gops()
972 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
996 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1014 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1063 map_ops, frag_overflow, nskb, extra_count, in xenvif_tx_build_gops()
1403 pending_tx_info->extra_count, status); in xenvif_idx_release()
1420 unsigned int extra_count, in make_tx_response() argument
1430 while (extra_count-- != 0) in make_tx_response()