Home | History | Annotate | Download | only in pci

Lines Matching defs:ihp

139 genppc_pci_intr_setattr(void *v, pci_intr_handle_t *ihp, int attr,
157 pci_intr_handle_t *ihp;
162 ihp = kmem_alloc(sizeof(*ihp), KM_SLEEP);
163 if (pci_intr_map(pa, ihp)) {
164 kmem_free(ihp, sizeof(*ihp));
168 *ihps = ihp;
215 genppc_pci_intr_map(const struct pci_attach_args *pa, pci_intr_handle_t *ihp)
263 *ihp = line;
267 *ihp = -1;