Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c275 if (edev->tim_ring_ids[i] == UINT16_MAX) in timvf_ring_create()
283 old_ptr = edev->tim_ring_ids; in timvf_ring_create()
284 edev->tim_ring_ids = in timvf_ring_create()
285 rte_realloc(edev->tim_ring_ids, in timvf_ring_create()
287 if (edev->tim_ring_ids == NULL) { in timvf_ring_create()
288 edev->tim_ring_ids = old_ptr; in timvf_ring_create()
295 edev->tim_ring_ids[free_idx] = tim_ring_id; in timvf_ring_create()
373 if (edev->tim_ring_ids[i] == timr->tim_ring_id) { in timvf_ring_free()
375 edev->tim_ring_ids[i] = UINT16_MAX; in timvf_ring_free()
H A Dssovf_evdev.h152 uint16_t *tim_ring_ids; member