Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_interrupts.c57 intr_handle->efds = rte_zmalloc(NULL, in rte_intr_instance_alloc()
60 intr_handle->efds = calloc(RTE_MAX_RXTX_INTR_VEC_ID, in rte_intr_instance_alloc()
63 if (intr_handle->efds == NULL) { in rte_intr_instance_alloc()
89 rte_free(intr_handle->efds); in rte_intr_instance_alloc()
92 free(intr_handle->efds); in rte_intr_instance_alloc()
116 memcpy(intr_handle->efds, src->efds, src->nb_intr); in rte_intr_instance_dup()
150 intr_handle->efds = tmp_efds; in rte_intr_event_list_update()
178 rte_free(intr_handle->efds); in rte_intr_instance_free()
182 free(intr_handle->efds); in rte_intr_instance_free()
341 return intr_handle->efds[index]; in rte_intr_efds_index_get()
[all …]
H A Deal_interrupts.h24 int *efds; /**< intr vectors/efds mapping */ member