Searched refs:vresp (Results 1 – 2 of 2) sorted by relevance
431 struct scatterlist *sgs[3], vcmd, vresp; in virtio_gpu_panic_queue_ctrl_buffer() local442 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_panic_queue_ctrl_buffer()444 sgs[outcnt + incnt] = &vresp; in virtio_gpu_panic_queue_ctrl_buffer()457 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local491 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_queue_fenced_ctrl_buffer()493 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()
Completed in 15 milliseconds