HomeSort by: relevance | last modified time | path
    Searched defs:pci_has_msi_quirk (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/pci/
pci_machdep.c 465 pci_has_msi_quirk(pcireg_t id, int type) function in typeref:typename:int
532 && (pci_has_msi_quirk(id, PCI_QUIRK_ENABLE_MSI_VM))) {
535 } else if (pci_has_msi_quirk(id, PCI_QUIRK_DISABLE_MSI)) {
541 } else if (pci_has_msi_quirk(id, PCI_QUIRK_DISABLE_MSIX)) {
pci_machdep.c 465 pci_has_msi_quirk(pcireg_t id, int type) function in typeref:typename:int
532 && (pci_has_msi_quirk(id, PCI_QUIRK_ENABLE_MSI_VM))) {
535 } else if (pci_has_msi_quirk(id, PCI_QUIRK_DISABLE_MSI)) {
541 } else if (pci_has_msi_quirk(id, PCI_QUIRK_DISABLE_MSIX)) {

Completed in 23 milliseconds