Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_interrupts.c122 test_interrupt_handle_compare(struct rte_intr_handle *intr_handle_l, in test_interrupt_handle_compare() argument
125 if (!intr_handle_l || !intr_handle_r) in test_interrupt_handle_compare()
128 if (intr_handle_l->fd != intr_handle_r->fd || in test_interrupt_handle_compare()
129 intr_handle_l->type != intr_handle_r->type) in test_interrupt_handle_compare()
164 test_interrupt_handle_compare(struct rte_intr_handle *intr_handle_l, in test_interrupt_handle_compare() argument
167 (void)intr_handle_l; in test_interrupt_handle_compare()