HomeSort by: relevance | last modified time | path
    Searched refs:pci_intr_alloc (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/arch/sandpoint/include/
pci_machdep.h 91 int pci_intr_alloc(const struct pci_attach_args *,
  /src/sys/arch/x86/include/
pci_machdep_common.h 139 int pci_intr_alloc(const struct pci_attach_args *,
  /src/sys/dev/pci/
pci_stub.c 71 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
if_eqos_pci.c 179 if (pci_intr_alloc(pa, &psc->sc_intrs, counts, PCI_INTR_TYPE_MSI) != 0)
rtsx_pci.c 154 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
uhci_pci.c 131 if (pci_intr_alloc(pa, &ih, NULL, 0) != 0) {
hdaudio_pci.c 166 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
siisata_pci.c 235 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) {
xhci_pci.c 226 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
if_re_pci.c 291 if (pci_intr_alloc(pa, &psc->sc_pihp, NULL, 0)) {
pcivar.h 417 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
nvme_pci.c 468 error = pci_intr_alloc(pa, &ihps, counts, PCI_INTR_TYPE_MSIX);
ciss_pci.c 251 if (pci_intr_alloc(pa, &ih, counts, max_type)) {
ehci_pci.c 192 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) {
ahcisata_pci.c 418 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
ppb.c 271 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0)
ichsmb.c 225 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) {
ismt.c 733 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
virtio_pci.c 1171 error = pci_intr_alloc(&psc->sc_pa, &psc->sc_ihp, counts, max_type);
  /src/sys/arch/powerpc/include/
pci_machdep.h 102 int pci_intr_alloc(const struct pci_attach_args *,
294 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:__pci_inline int
  /src/sys/arch/arm/include/
pci_machdep.h 196 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
  /src/sys/arch/arm/pci/
pci_msi_machdep.c 203 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *counts, pci_intr_type_t max_type) function in typeref:typename:int
  /src/sys/arch/riscv/include/
pci_machdep.h 227 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
  /src/sys/arch/sandpoint/pci/
pci_machdep.c 507 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
  /src/sys/arch/x86/pci/
pci_intr_machdep.c 493 * error = pci_intr_alloc(pa, ihps, counts, PCI_INTR_TYPE_MSIX);
501 * error = pci_intr_alloc(pa, ihps, counts, PCI_INTR_TYPE_MSIX);
507 * error = pci_intr_alloc(pa, ihps, counts, PCI_INTR_TYPE_MSI);
512 * error = pci_intr_alloc(pa, ihps, NULL, 0);
516 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int

Completed in 87 milliseconds

1 2