Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
HDpci.c312 static int pci_do_msix = 1; variable
313 TUNABLE_INT("hw.pci.enable_msix", &pci_do_msix);
314 SYSCTL_INT(_hw_pci, OID_AUTO, enable_msix, CTLFLAG_RW, &pci_do_msix, 1,
1635 if (pci_do_msix && msix->msix_location != 0) in pci_msix_count_method()
1666 !pci_do_msix) in pci_setup_msix()