Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
HDpci.c307 static int pci_do_msi = 1; variable
308 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()