Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci.c374 static int pci_do_msix = 1; variable
375 SYSCTL_INT(_hw_pci, OID_AUTO, enable_msix, CTLFLAG_RWTUN, &pci_do_msix, 1,
1841 if (cfg->msix.msix_location == 0 || !pci_do_msix) in pci_alloc_msix_method()
2176 if (pci_do_msix && msix->msix_location != 0) { in pci_msix_count_method()
2190 if (pci_do_msix && msix->msix_location != 0) in pci_msix_pba_bar_method()
2201 if (pci_do_msix && msix->msix_location != 0) in pci_msix_table_bar_method()