Searched refs:VTPCI_FLAG_MSI (Results 1 – 2 of 2) sorted by relevance
487 cn->vtpci_flags |= VTPCI_FLAG_MSI; in vtpci_alloc_intr_msi()558 if (cn->vtpci_flags & (VTPCI_FLAG_MSI | VTPCI_FLAG_MSIX)) in vtpci_free_interrupts()628 if (error || cn->vtpci_flags & (VTPCI_FLAG_INTX | VTPCI_FLAG_MSI)) in vtpci_alloc_intr_resources()769 else if (cn->vtpci_flags & VTPCI_FLAG_MSI) in vtpci_setup_intrs()818 else if (cn->vtpci_flags & VTPCI_FLAG_MSI) in vtpci_setup_interrupts()
56 #define VTPCI_FLAG_MSI 0x2000 macro