Home
last modified time | relevance | path

Searched refs:vif_ctrl_vq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.h404 virtio_queue_t *vif_ctrl_vq; member
H A Dvioif.c503 virtio_queue_size(vif->vif_ctrl_vq)); in vioif_alloc_bufs()
578 if ((cb->cb_chain = virtio_chain_alloc(vif->vif_ctrl_vq, in vioif_alloc_bufs()
732 while ((vic = virtio_queue_poll(vif->vif_ctrl_vq)) == NULL) { in vioif_ctrlq_req()
1965 (vif->vif_ctrl_vq = virtio_queue_alloc(vio, in vioif_attach()
1979 if (vif->vif_ctrl_vq != NULL) in vioif_attach()
1980 virtio_queue_no_interrupt(vif->vif_ctrl_vq, B_TRUE); in vioif_attach()