Lines Matching defs:outcnt
319 int outcnt,
357 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC);
377 int elemcnt = 0, outcnt = 0, incnt = 0, ret;
382 sgs[outcnt] = &vcmd;
383 outcnt++;
398 sgs[outcnt] = sgt->sgl;
402 sgs[outcnt] = &vout;
404 outcnt++;
411 sgs[outcnt + incnt] = &vresp;
415 ret = virtio_gpu_queue_ctrl_sgs(vgdev, vbuf, fence, elemcnt, sgs, outcnt,
452 int idx, ret, outcnt;
462 outcnt = 1;
466 ret = virtqueue_add_sgs(vq, sgs, outcnt, 0, vbuf, GFP_ATOMIC);
469 wait_event(vgdev->cursorq.ack_queue, vq->num_free >= outcnt);