Searched refs:pci_do_msi (Results 1 – 1 of 1) sorted by relevance
307 static int pci_do_msi = 1; variable308 TUNABLE_INT("hw.pci.enable_msi", &pci_do_msi);309 SYSCTL_INT(_hw_pci, OID_AUTO, enable_msi, CTLFLAG_RW, &pci_do_msi, 1,1978 !pci_do_msi) in pci_alloc_msi_method()2135 if (pci_do_msi && msi->msi_location != 0) in pci_msi_count_method()