Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci_pci.c149 static int xhci_use_msi = 1; variable
150 TUNABLE_INT("hw.usb.xhci.msi", &xhci_use_msi);
265 if (rid == 0 && xhci_use_msi && usemsi) { in xhci_pci_attach()