Searched refs:VIRTIO_IRQ_MSI_X (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp39 VIRTIO_IRQ_MSI_X, enumerator in enum:__anon20
182 if (bus->irq_type == VIRTIO_IRQ_MSI_X || bus->irq_type == VIRTIO_IRQ_MSI_X_SHARED)
205 if (bus->irq_type == VIRTIO_IRQ_MSI_X)
477 bus->irq_type = VIRTIO_IRQ_MSI_X;
514 if (bus->irq_type == VIRTIO_IRQ_MSI_X) {
559 if (bus->irq_type == VIRTIO_IRQ_MSI_X) {
728 if (bus->irq_type == VIRTIO_IRQ_MSI_X) {

Completed in 79 milliseconds