Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci.c370 static int pci_do_msi = 1; variable
371 SYSCTL_INT(_hw_pci, OID_AUTO, enable_msi, CTLFLAG_RWTUN, &pci_do_msi, 1,
2597 if (cfg->msi.msi_location == 0 || !pci_do_msi) in pci_alloc_msi_method()
2749 if (pci_do_msi && msi->msi_location != 0) in pci_msi_count_method()