Lines Matching defs:intr_handle
46 static struct rte_intr_handle *intr_handle;
52 rte_intr_instance_free(intr_handle);
60 intr_handle = rte_intr_instance_alloc(RTE_INTR_INSTANCE_F_PRIVATE);
61 if (intr_handle == NULL) {
62 EAL_LOG(ERR, "Fail to allocate intr_handle");
66 if (rte_intr_type_set(intr_handle, RTE_INTR_HANDLE_ALARM))
69 if (rte_intr_fd_set(intr_handle, -1))
79 if (rte_intr_fd_set(intr_handle, fd))
84 rte_intr_instance_free(intr_handle);
145 ret = rte_intr_callback_unregister(intr_handle,
163 ret = rte_intr_callback_register(intr_handle,