Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dvirtio.h366 #define VQ_ENABLED 0x02 /* set if the queue was enabled */ macro
H A Dvirtio.c1465 value = vq != NULL ? !!(vq->vq_flags & VQ_ENABLED) : 0; in vi_pci_common_cfg_read()
1654 if ((vq->vq_flags & VQ_ENABLED) == 0 && value == 1) { in vi_pci_common_cfg_write()
1659 vq->vq_flags |= VQ_ENABLED; in vi_pci_common_cfg_write()
1761 if ((vq->vq_flags & VQ_ENABLED) == 0) in vi_pci_notify_cfg_write()