Home
last modified time | relevance | path

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

/dpdk/examples/packet_ordering/
H A Dmain.c50 struct rte_ring *ring_out; member
430 rx_thread(struct rte_ring *ring_out) in rx_thread() argument
461 ret = rte_ring_enqueue_burst(ring_out, in rx_thread()
488 struct rte_ring *ring_in, *ring_out; in worker_thread() local
494 ring_out = args->ring_out; in worker_thread()
514 ret = rte_ring_enqueue_burst(ring_out, (void *)burst_buffer, in worker_thread()
755 worker_args.ring_out = workers_to_tx; in main()