Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_combined.c179 RING_ENQUEUE(RING_RX, table_packets->hit_packet[i]); in test_table_type()
190 RING_ENQUEUE(RING_RX, table_packets->miss_packet[i]); in test_table_type()
200 RING_ENQUEUE(RING_RX, table_packets->hit_packet[i]); in test_table_type()
203 RING_ENQUEUE(RING_RX, table_packets->miss_packet[i]); in test_table_type()
212 RING_ENQUEUE(RING_RX, table_packets->hit_packet[0]); in test_table_type()
217 RING_ENQUEUE(RING_RX, table_packets->miss_packet[0]); in test_table_type()
243 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