Lines Matching defs:inum
58 apic_pci_msi_enable_vector(apic_irq_t *irq_ptr, int type, int inum, int vector,
71 "\tdriver = %s, inum=0x%x vector=0x%x apicid=0x%x\n", (void *)dip,
72 ddi_driver_name(dip), inum, vector, target_apic_id));
134 /* Offset into the "inum"th entry in the MSI-X table */
136 (inum * PCI_MSIX_VECTOR_SIZE);
376 apic_free_vectors(dev_info_t *dip, int inum, int count, int pri, int type)
382 DDI_INTR_IMPLDBG((CE_CONT, "apic_free_vectors: dip: %p inum: %x "
384 (void *)dip, inum, count, pri, type));
391 DDI_INTR_IMPLDBG((CE_CONT, "apic_free_vectors: inum=0x%x "
392 "pri=0x%x count=0x%x\n", inum, pri, count));
393 ispec.intrspec_vec = inum + i;
397 "dip=0x%p inum=0x%x pri=0x%x apic_find_irq() "
398 "failed\n", (void *)dip, inum, pri));
410 apic_pci_msi_enable_mode(dev_info_t *rdip, int type, int inum)
435 /* Offset into "inum"th entry in the MSI-X table & clear mask */
436 off = (uintptr_t)msix_p->msix_tbl_addr + (inum *