Home | History | Annotate | Download | only in pci

Lines Matching defs:pih

73 	pci_intr_handle_t pih;
77 pih = __SHIFTIN((uint64_t)msipic_get_devid(msi_pic), MSI_INT_DEV_MASK)
81 MSI_INT_MAKE_MSI(pih);
83 MSI_INT_MAKE_MSIX(pih);
88 return pih;
96 pci_intr_handle_t *vectors, pih;
111 pih = pci_msi_calculate_handle(msi_pic, table_index);
113 intrstr = x86_pci_msi_string(NULL, pih, intrstr_buf,
123 vectors[i] = pih;
134 pci_intr_handle_t pih;
141 pih = pci_msi_calculate_handle(msi_pic, i);
142 intrstr = x86_pci_msi_string(NULL, pih, intrstr_buf,