Lines Matching refs:ihps
294 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps,
298 return (*pc->pc_intr_alloc)(pa, ihps, count, max_type);
308 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps)
311 return (*pc->pc_intx_alloc)(pa, ihps);
332 pci_msi_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps,
336 return (*pc->pc_msi_alloc)(pa, ihps, count, false);
340 pci_msi_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps,
344 return (*pc->pc_msi_alloc)(pa, ihps, &count, true);
349 pci_msix_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps,
353 return (*pc->pc_msix_alloc)(pa, ihps, NULL, count, false);
357 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps,
361 return (*pc->pc_msix_alloc)(pa, ihps, NULL, &count, true);
365 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps,
369 return (*pc->pc_msix_alloc)(pa, ihps, table_indexes, &count, true);