/netbsd-src/sys/arch/arm/pci/ |
H A D | pci_msi_machdep.c | 82 arm_pci_msi_alloc_common(pci_intr_handle_t **ihps, int *count, const struct pci_attach_args *pa, bo… in arm_pci_msi_alloc_common() 104 arm_pci_msix_alloc_common(pci_intr_handle_t **ihps, u_int *table_indexes, int *count, const struct … in arm_pci_msix_alloc_common() 155 pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *count) in pci_msi_alloc() 161 pci_msi_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int count) in pci_msi_alloc_exact() 167 pci_msix_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *count) in pci_msix_alloc() 173 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int count) in pci_msix_alloc_exact() 179 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, u_int *table_indexes… in pci_msix_alloc_map() 203 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *counts, pci_intr_ty… in pci_intr_alloc()
|
/netbsd-src/sys/dev/pci/ |
H A D | pci_stub.c | 71 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() 107 pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc() 115 pci_msi_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc_exact() 123 pci_msix_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc() 131 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() 139 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_map()
|
H A D | nvme_pci.c | 428 pci_intr_handle_t *ihps; in nvme_pci_setup_intr() local
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pci_msi_machdep.c | 153 pci_msi_alloc_common(pci_intr_handle_t **ihps, int *count, in pci_msi_alloc_common() 251 pci_msix_alloc_common(pci_intr_handle_t **ihps, u_int *table_indexes, in pci_msix_alloc_common() 320 x86_pci_msi_alloc(pci_intr_handle_t **ihps, int *count, in x86_pci_msi_alloc() 328 x86_pci_msi_alloc_exact(pci_intr_handle_t **ihps, int count, in x86_pci_msi_alloc_exact() 354 x86_pci_msix_alloc(pci_intr_handle_t **ihps, int *count, in x86_pci_msix_alloc() 362 x86_pci_msix_alloc_exact(pci_intr_handle_t **ihps, int count, in x86_pci_msix_alloc_exact() 370 x86_pci_msix_alloc_map(pci_intr_handle_t **ihps, u_int *table_indexes, in x86_pci_msix_alloc_map() 526 pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc() 556 pci_msi_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc_exact() 585 pci_msix_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc() [all …]
|
H A D | pci_intr_machdep.c | 516 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc()
|
/netbsd-src/sys/arch/sandpoint/pci/ |
H A D | pci_machdep.c | 507 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() 541 pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc() 549 pci_msi_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc_exact() 558 pci_msix_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc() 566 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() 574 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_map()
|
/netbsd-src/sys/arch/powerpc/pci/ |
H A D | pci_machdep_common.c | 155 pci_intr_handle_t **ihps, int *counts, pci_intr_type_t max_type) in genppc_pci_intr_alloc() 185 pci_intr_handle_t **ihps) in genppc_pci_intx_alloc() 273 genppc_pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in genppc_pci_msi_alloc() 283 pci_intr_handle_t **ihps, u_int *table_indexes, int *count, bool exact) in genppc_pci_msix_alloc()
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pci_machdep.h | 294 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() 308 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps) in pci_intx_alloc() 332 pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc() 340 pci_msi_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msi_alloc_exact() 349 pci_msix_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc() 357 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() 365 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_map()
|
/netbsd-src/sys/arch/powerpc/booke/pci/ |
H A D | pq3pci.c | 1271 const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int count) in pq3pci_msi_alloc_vectors() 1601 pq3pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pq3pci_intr_alloc() 1672 pq3pci_intr_release(void *v, pci_intr_handle_t *ihps, int count) in pq3pci_intr_release() 1701 pq3pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pq3pci_msi_alloc()
|