Searched refs:VTPCI_FLAG_MSIX (Results 1 – 2 of 2) sorted by relevance
57 #define VTPCI_FLAG_MSIX 0x4000 macro97 return ((cn->vtpci_flags & VTPCI_FLAG_MSIX) != 0); in vtpci_is_msix_enabled()
451 cn->vtpci_flags |= VTPCI_FLAG_MSIX; in vtpci_alloc_intr_msix_pervq() 468 cn->vtpci_flags |= VTPCI_FLAG_MSIX | VTPCI_FLAG_SHARED_MSIX; in vtpci_alloc_intr_msix_shared() 557 if (cn->vtpci_flags & (VTPCI_FLAG_MSI | VTPCI_FLAG_MSIX)) in vtpci_free_interrupts() 595 if (cn->vtpci_flags & VTPCI_FLAG_MSIX) { in vtpci_cleanup_setup_intr_attempt()