Lines Matching refs:rte_index
130 char rte_index; /* IOSAPIC RTE index */ member
186 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in __gsi_to_irq()
209 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in find_rte()
219 int rte_index; in set_rte() local
230 rte_index = rte->rte_index; in set_rte()
250 iosapic_write(rte->iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in set_rte()
251 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte()
278 IOSAPIC_RTE_LOW(rte->rte_index), in kexec_disable_iosapic()
291 int rte_index; in mask_irq() local
300 rte_index = rte->rte_index; in mask_irq()
301 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq()
310 int rte_index; in unmask_irq() local
318 rte_index = rte->rte_index; in unmask_irq()
319 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in unmask_irq()
331 int cpu, dest, rte_index; in iosapic_set_affinity() local
369 rte_index = rte->rte_index; in iosapic_set_affinity()
370 iosapic_write(iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in iosapic_set_affinity()
371 iosapic_write(iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in iosapic_set_affinity()
576 rte->rte_index = gsi - rte->iosapic->gsi_base; in register_intr()
818 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte->rte_index), low32); in iosapic_unregister_intr()
1016 if (rte->iosapic->gsi_base + rte->rte_index == gsi) { in iosapic_delete_rte()