Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.h58 #define VTPCI_FLAG_SHARED_MSIX 0x8000 macro
H A Dvirtio_pci.c468 cn->vtpci_flags |= VTPCI_FLAG_MSIX | VTPCI_FLAG_SHARED_MSIX; in vtpci_alloc_intr_msix_shared()
721 (cn->vtpci_flags & VTPCI_FLAG_SHARED_MSIX) == 0) in vtpci_set_host_msix_vectors()
741 if (cn->vtpci_flags & VTPCI_FLAG_SHARED_MSIX) { in vtpci_setup_msix_interrupts()
819 else if (cn->vtpci_flags & VTPCI_FLAG_SHARED_MSIX) in vtpci_setup_interrupts()