Searched refs:tmp_evs (Results 1 – 1 of 1) sorted by relevance
42 struct rte_event tmp_evs[PORT_ENQUEUE_MAX_BURST_SIZE]; in enqueue_burst_with_ops() local45 memcpy(tmp_evs, events, n * sizeof(events[0])); in enqueue_burst_with_ops()47 tmp_evs[i].op = ops[i]; in enqueue_burst_with_ops()49 return rte_event_ring_enqueue_burst(r, tmp_evs, n, NULL); in enqueue_burst_with_ops()