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()
347 unsigned int extra_count, in xenvif_tx_create_map_op() argument
357 queue->pending_tx_info[pending_idx].extra_count = extra_count; in xenvif_tx_create_map_op()
387 unsigned int extra_count, in xenvif_get_requests() argument
446 queue->pending_tx_info[pending_idx].extra_count = in xenvif_get_requests()
447 (txp == first) ? extra_count : 0; in xenvif_get_requests()
470 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
710 unsigned int *extra_count, in xenvif_get_extras() argument
726 (*extra_count)++; in xenvif_get_extras()
911 unsigned int extra_count; in xenvif_tx_build_gops() local
946 extra_count = 0; in xenvif_tx_build_gops()
949 &extra_count, in xenvif_tx_build_gops()
962 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
976 make_tx_response(queue, &txreq, extra_count, in xenvif_tx_build_gops()
985 ret = xenvif_count_requests(queue, &txreq, extra_count, in xenvif_tx_build_gops()
996 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1015 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1033 xenvif_tx_err(queue, &txreq, extra_count, idx); in xenvif_tx_build_gops()
1082 map_ops, frag_overflow, nskb, extra_count, in xenvif_tx_build_gops()
1416 pending_tx_info->extra_count, status); in xenvif_idx_release()
1433 unsigned int extra_count, in make_tx_response() argument
1443 while (extra_count-- != 0) in make_tx_response()