Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.c482 cn->vtpci_flags |= VTPCI_FLAG_MSI; in vtpci_alloc_intr_msi()
553 if (cn->vtpci_flags & (VTPCI_FLAG_MSI | VTPCI_FLAG_MSIX)) in vtpci_free_interrupts()
623 if (error || cn->vtpci_flags & (VTPCI_FLAG_INTX | VTPCI_FLAG_MSI)) in vtpci_alloc_intr_resources()
764 else if (cn->vtpci_flags & VTPCI_FLAG_MSI) in vtpci_setup_intrs()
813 else if (cn->vtpci_flags & VTPCI_FLAG_MSI) in vtpci_setup_interrupts()
H A Dvirtio_pci.h56 #define VTPCI_FLAG_MSI 0x2000 macro