Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table_combined.c181 RING_ENQUEUE(RING_RX, table_packets->hit_packet[i]); in test_table_type()
192 RING_ENQUEUE(RING_RX, table_packets->miss_packet[i]); in test_table_type()
202 RING_ENQUEUE(RING_RX, table_packets->hit_packet[i]); in test_table_type()
205 RING_ENQUEUE(RING_RX, table_packets->miss_packet[i]); in test_table_type()
214 RING_ENQUEUE(RING_RX, table_packets->hit_packet[0]); in test_table_type()
219 RING_ENQUEUE(RING_RX, table_packets->miss_packet[0]); in test_table_type()
245 RING_ENQUEUE(RING_RX, table_packets->hit_packet[i]); in test_table_type()
H A Dtest_table.h55 #define RING_ENQUEUE(ring, value) do { \ macro