Lines Matching refs:rte_intr_handle
30 static struct rte_intr_handle *intr_handles[TEST_INTERRUPT_HANDLE_MAX];
51 test_interrupt_handle_sanity_check(struct rte_intr_handle *intr_handle) in test_interrupt_handle_sanity_check()
65 struct rte_intr_handle *test_intr_handle; in test_interrupt_init()
149 test_interrupt_handle_compare(struct rte_intr_handle *intr_handle_l, in test_interrupt_handle_compare()
150 struct rte_intr_handle *intr_handle_r) in test_interrupt_handle_compare()
167 test_interrupt_handle_sanity_check(struct rte_intr_handle *intr_handle) in test_interrupt_handle_sanity_check()
193 test_interrupt_handle_compare(struct rte_intr_handle *intr_handle_l, in test_interrupt_handle_compare()
194 struct rte_intr_handle *intr_handle_r) in test_interrupt_handle_compare()
209 struct rte_intr_handle *intr_handle = arg; in test_interrupt_callback()
210 struct rte_intr_handle *test_intr_handle; in test_interrupt_callback()
243 struct rte_intr_handle *intr_handle = arg; in test_interrupt_callback_1()
257 struct rte_intr_handle *test_intr_handle; in test_interrupt_enable()
320 struct rte_intr_handle *test_intr_handle; in test_interrupt_disable()
385 struct rte_intr_handle *test_intr_handle; in test_interrupt_full_path_check()
430 struct rte_intr_handle *test_intr_handle; in test_interrupt()