Searched refs:vresp (Results 1 – 2 of 2) sorted by relevance
433 struct scatterlist *sgs[3], vcmd, vresp; in virtio_gpu_panic_queue_ctrl_buffer() local444 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_panic_queue_ctrl_buffer()446 sgs[outcnt + incnt] = &vresp; in virtio_gpu_panic_queue_ctrl_buffer()459 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local494 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_queue_fenced_ctrl_buffer()496 sgs[outcnt + incnt] = &vresp; in virtio_gpu_queue_fenced_ctrl_buffer()
1406 struct dm_version_response *vresp) in version_resp() argument1411 if (vresp->is_accepted) { in version_resp()