Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_interrupts.c226 struct rte_intr_handle test_intr_handle; in test_interrupt_enable() local
236 if (rte_intr_enable(&test_intr_handle) == 0) { in test_interrupt_enable()
244 if (rte_intr_enable(&test_intr_handle) == 0) { in test_interrupt_enable()
252 if (rte_intr_enable(&test_intr_handle) == 0) { in test_interrupt_enable()
268 if (rte_intr_enable(&test_intr_handle) < 0) { in test_interrupt_enable()
289 struct rte_intr_handle test_intr_handle; in test_interrupt_disable() local
354 struct rte_intr_handle test_intr_handle; in test_interrupt_full_path_check() local
357 test_intr_handle = intr_handles[intr_type]; in test_interrupt_full_path_check()
376 &test_intr_handle)) < 0) { in test_interrupt_full_path_check()
399 struct rte_intr_handle test_intr_handle; in test_interrupt() local
[all …]