Lines Matching refs:rte_index
132 char rte_index; /* IOSAPIC RTE index */ member
188 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in __gsi_to_irq()
211 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in find_rte()
221 int rte_index; in set_rte() local
232 rte_index = rte->rte_index; in set_rte()
252 iosapic_write(rte->iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in set_rte()
253 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in set_rte()
280 IOSAPIC_RTE_LOW(rte->rte_index), in kexec_disable_iosapic()
293 int rte_index; in mask_irq() local
302 rte_index = rte->rte_index; in mask_irq()
303 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in mask_irq()
312 int rte_index; in unmask_irq() local
320 rte_index = rte->rte_index; in unmask_irq()
321 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in unmask_irq()
333 int cpu, dest, rte_index; in iosapic_set_affinity() local
371 rte_index = rte->rte_index; in iosapic_set_affinity()
372 iosapic_write(iosapic, IOSAPIC_RTE_HIGH(rte_index), high32); in iosapic_set_affinity()
373 iosapic_write(iosapic, IOSAPIC_RTE_LOW(rte_index), low32); in iosapic_set_affinity()
578 rte->rte_index = gsi - rte->iosapic->gsi_base; in register_intr()
822 iosapic_write(rte->iosapic, IOSAPIC_RTE_LOW(rte->rte_index), low32); in iosapic_unregister_intr()
1020 if (rte->iosapic->gsi_base + rte->rte_index == gsi) { in iosapic_delete_rte()