Lines Matching refs:rte_index
133 char rte_index; /* IOSAPIC RTE index */ member
189 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in __gsi_to_irq()
212 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in find_rte()
222 int rte_index; in set_rte() local
233 rte_index = rte->rte_index; in set_rte()
253 iosapic_write(rte->iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in set_rte()
254 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte()
281 IOSAPIC_RTE_LOW(rte->rte_index), in kexec_disable_iosapic()
294 int rte_index; in mask_irq() local
303 rte_index = rte->rte_index; in mask_irq()
304 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq()
313 int rte_index; in unmask_irq() local
321 rte_index = rte->rte_index; in unmask_irq()
322 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in unmask_irq()
334 int cpu, dest, rte_index; in iosapic_set_affinity() local
372 rte_index = rte->rte_index; in iosapic_set_affinity()
373 iosapic_write(iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in iosapic_set_affinity()
374 iosapic_write(iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in iosapic_set_affinity()
579 rte->rte_index = gsi - rte->iosapic->gsi_base; in register_intr()
823 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte->rte_index), low32); in iosapic_unregister_intr()
1021 if (rte->iosapic->gsi_base + rte->rte_index == gsi) { in iosapic_delete_rte()