HomeSort by: relevance | last modified time | path
    Searched defs:vresp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c 322 struct scatterlist *sgs[3], vcmd, vresp; local in function:virtio_gpu_queue_ctrl_buffer_locked
340 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size);
341 sgs[outcnt + incnt] = &vresp;
virtgpu_vq.c 322 struct scatterlist *sgs[3], vcmd, vresp; local in function:virtio_gpu_queue_ctrl_buffer_locked
340 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size);
341 sgs[outcnt + incnt] = &vresp;

Completed in 26 milliseconds