Home
last modified time | relevance | path

Searched refs:test_intr_handle (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_interrupts.c65 struct rte_intr_handle *test_intr_handle; in test_interrupt_init() local
79 if (rte_intr_fd_set(test_intr_handle, -1)) in test_interrupt_init()
210 struct rte_intr_handle *test_intr_handle; in test_interrupt_callback() local
257 struct rte_intr_handle *test_intr_handle; in test_interrupt_enable() local
299 if (rte_intr_enable(test_intr_handle) < 0) { in test_interrupt_enable()
320 struct rte_intr_handle *test_intr_handle; in test_interrupt_disable() local
385 struct rte_intr_handle *test_intr_handle; in test_interrupt_full_path_check() local
388 test_intr_handle = intr_handles[intr_type]; in test_interrupt_full_path_check()
407 test_intr_handle)) < 0) { in test_interrupt_full_path_check()
430 struct rte_intr_handle *test_intr_handle; in test_interrupt() local
[all …]