Searched refs:ring_out (Results 1 – 1 of 1) sorted by relevance
43 struct rte_ring *ring_out; member426 rx_thread(struct rte_ring *ring_out) in rx_thread() argument457 ret = rte_ring_enqueue_burst(ring_out, in rx_thread()484 struct rte_ring *ring_in, *ring_out; in worker_thread() local490 ring_out = args->ring_out; in worker_thread()510 ret = rte_ring_enqueue_burst(ring_out, (void *)burst_buffer, in worker_thread()751 worker_args.ring_out = workers_to_tx; in main()