Lines Matching refs:rte_index
129 char rte_index; /* IOSAPIC RTE index */ member
185 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in __gsi_to_irq()
208 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in find_rte()
218 int rte_index; in set_rte() local
229 rte_index = rte->rte_index; in set_rte()
249 iosapic_write(rte->iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in set_rte()
250 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte()
277 IOSAPIC_RTE_LOW(rte->rte_index), in kexec_disable_iosapic()
290 int rte_index; in mask_irq() local
299 rte_index = rte->rte_index; in mask_irq()
300 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq()
309 int rte_index; in unmask_irq() local
317 rte_index = rte->rte_index; in unmask_irq()
318 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in unmask_irq()
330 int cpu, dest, rte_index; in iosapic_set_affinity() local
368 rte_index = rte->rte_index; in iosapic_set_affinity()
369 iosapic_write(iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in iosapic_set_affinity()
370 iosapic_write(iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in iosapic_set_affinity()
575 rte->rte_index = gsi - rte->iosapic->gsi_base; in register_intr()
817 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte->rte_index), low32); in iosapic_unregister_intr()
1015 if (rte->iosapic->gsi_base + rte->rte_index == gsi) { in iosapic_delete_rte()