Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_interrupts.c68 intr_handles[TEST_INTERRUPT_HANDLE_INVALID].fd = -1; in test_interrupt_init()
69 intr_handles[TEST_INTERRUPT_HANDLE_INVALID].type = in test_interrupt_init()
72 intr_handles[TEST_INTERRUPT_HANDLE_VALID].fd = pfds.readfd; in test_interrupt_init()
73 intr_handles[TEST_INTERRUPT_HANDLE_VALID].type = in test_interrupt_init()
76 intr_handles[TEST_INTERRUPT_HANDLE_VALID_UIO].fd = pfds.readfd; in test_interrupt_init()
77 intr_handles[TEST_INTERRUPT_HANDLE_VALID_UIO].type = in test_interrupt_init()
81 intr_handles[TEST_INTERRUPT_HANDLE_VALID_ALARM].type = in test_interrupt_init()
85 intr_handles[TEST_INTERRUPT_HANDLE_VALID_DEV_EVENT].type = in test_interrupt_init()
88 intr_handles[TEST_INTERRUPT_HANDLE_CASE1].fd = pfds.writefd; in test_interrupt_init()
202 &(intr_handles[test_intr_type])) == 0) in test_interrupt_callback()
[all …]