Searched refs:VTPCI_FLAG_MSI (Results 1 – 2 of 2) sorted by relevance
482 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()
56 #define VTPCI_FLAG_MSI 0x2000 macro