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

/freebsd-current/sys/dev/pci/
H A Dpci.c380 static int pci_do_msix = 1; variable
381 SYSCTL_INT(_hw_pci, OID_AUTO, enable_msix, CTLFLAG_RWTUN, &pci_do_msix, 1,
1822 if (cfg->msix.msix_location == 0 || !pci_do_msix)
2151 if (pci_do_msix && msix->msix_location != 0)
2162 if (pci_do_msix && msix->msix_location != 0)
2173 if (pci_do_msix && msix->msix_location != 0)

Completed in 116 milliseconds