Lines Matching defs:sgs
346 struct scatterlist **sgs,
359 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC);
374 struct scatterlist **sgs,
413 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC);
431 struct scatterlist *sgs[3], vcmd, vresp;
437 sgs[outcnt] = &vcmd;
444 sgs[outcnt + incnt] = &vresp;
449 elemcnt, sgs,
457 struct scatterlist *sgs[3], vcmd, vout, vresp;
464 sgs[outcnt] = &vcmd;
480 sgs[outcnt] = sgt->sgl;
484 sgs[outcnt] = &vout;
493 sgs[outcnt + incnt] = &vresp;
497 ret = virtio_gpu_queue_ctrl_sgs(vgdev, vbuf, fence, elemcnt, sgs, outcnt,
548 struct scatterlist *sgs[1], ccmd;
558 sgs[0] = &ccmd;
563 ret = virtqueue_add_sgs(vq, sgs, outcnt, 0, vbuf, GFP_ATOMIC);