Searched refs:tim_ring_ids (Results 1 – 2 of 2) sorted by relevance
275 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()
152 uint16_t *tim_ring_ids; member