HomeSort by: relevance | last modified time | path
    Searched refs:ctrlq (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_vioif.c 463 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_attach
553 cv_init(&ctrlq->ctrlq_wait, "ctrl_vq");
554 mutex_init(&ctrlq->ctrlq_wait_lock, MUTEX_DEFAULT, IPL_NET);
555 ctrlq->ctrlq_inuse = FREE;
600 virtio_init_vq(vsc, ctrlq->ctrlq_vq, ctrlq_idx,
601 vioif_ctrl_intr, ctrlq);
603 r = virtio_alloc_vq(vsc, ctrlq->ctrlq_vq, NBPG, 1, "control");
610 cv_destroy(&ctrlq->ctrlq_wait);
611 mutex_destroy(&ctrlq->ctrlq_wait_lock);
671 cv_destroy(&ctrlq->ctrlq_wait)
707 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_init
755 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_stop
1157 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_alloc_mems
2292 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_ctrl_acquire
2305 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_ctrl_release
2363 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_ctrl_send_command
2428 struct vioif_ctrlqueue *ctrlq = arg; local in function:vioif_ctrl_intr
2618 struct vioif_ctrlqueue *ctrlq = &sc->sc_ctrlq; local in function:vioif_rx_filter
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c 64 schedule_work(&vgdev->ctrlq.dequeue_work);
196 ctrlq.dequeue_work);
203 spin_lock(&vgdev->ctrlq.qlock);
205 virtqueue_disable_cb(vgdev->ctrlq.vq);
206 reclaim_vbufs(vgdev->ctrlq.vq, &reclaim_list);
208 } while (!virtqueue_enable_cb(vgdev->ctrlq.vq));
209 spin_unlock(&vgdev->ctrlq.qlock);
214 trace_virtio_gpu_cmd_response(vgdev->ctrlq.vq, resp);
239 wake_up(&vgdev->ctrlq.ack_queue);
318 __releases(&vgdev->ctrlq.qlock
    [all...]
virtgpu_kms.c 145 virtio_gpu_init_vq(&vgdev->ctrlq, virtio_gpu_dequeue_ctrl_func);
177 vgdev->ctrlq.vq = vqs[0];
240 flush_work(&vgdev->ctrlq.dequeue_work);
virtgpu_drv.h 177 struct virtio_gpu_queue ctrlq; member in struct:virtio_gpu_device

Completed in 17 milliseconds