Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.h57 #define VTPCI_FLAG_MSIX 0x4000 macro
97 return ((cn->vtpci_flags & VTPCI_FLAG_MSIX) != 0); in vtpci_is_msix_enabled()
H A Dvirtio_pci.c451 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()