Lines Matching refs:extra_count

104 			     unsigned int extra_count,
195 unsigned int extra_count, RING_IDX end) in xenvif_tx_err() argument
202 make_tx_response(queue, txp, extra_count, XEN_NETIF_RSP_ERROR); in xenvif_tx_err()
208 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
224 unsigned int extra_count, in xenvif_count_requests() argument
313 xenvif_tx_err(queue, first, extra_count, cons + slots); in xenvif_count_requests()
330 unsigned int extra_count, in xenvif_tx_create_map_op() argument
340 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
600 unsigned int *extra_count, in xenvif_get_extras() argument
616 (*extra_count)++; in xenvif_get_extras()
802 unsigned int extra_count; in xenvif_tx_build_gops() local
839 extra_count = 0; in xenvif_tx_build_gops()
842 &extra_count, in xenvif_tx_build_gops()
855 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
869 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
875 ret = xenvif_count_requests(queue, &txreq, extra_count, in xenvif_tx_build_gops()
885 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
910 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
929 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
998 extra_count, gop); in xenvif_tx_build_gops()
1005 queue->pending_tx_info[pending_idx].extra_count = in xenvif_tx_build_gops()
1006 extra_count; in xenvif_tx_build_gops()
1348 pending_tx_info->extra_count, status); in xenvif_idx_release()
1365 unsigned int extra_count, in make_tx_response() argument
1375 while (extra_count-- != 0) in make_tx_response()