Lines Matching defs:outcnt
322 int outcnt,
360 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC);
379 int elemcnt = 0, outcnt = 0, incnt = 0, ret;
384 sgs[outcnt] = &vcmd;
385 outcnt++;
400 sgs[outcnt] = sgt->sgl;
404 sgs[outcnt] = &vout;
406 outcnt++;
413 sgs[outcnt + incnt] = &vresp;
417 ret = virtio_gpu_queue_ctrl_sgs(vgdev, vbuf, fence, elemcnt, sgs, outcnt,
454 int idx, ret, outcnt;
464 outcnt = 1;
468 ret = virtqueue_add_sgs(vq, sgs, outcnt, 0, vbuf, GFP_ATOMIC);
471 wait_event(vgdev->cursorq.ack_queue, vq->num_free >= outcnt);