Searched defs:ring_internal_args (Results 1 – 1 of 1) sorted by relevance
27 struct ring_internal_args { struct28 struct rte_ring * const *rx_queues;29 const unsigned int nb_rx_queues;30 struct rte_ring * const *tx_queues;31 const unsigned int nb_tx_queues;32 const unsigned int numa_node;33 void *addr; /* self addr for sanity check */