Searched refs:RING_ENQUEUE (Results 1 – 2 of 2) sorted by relevance
179 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()
55 #define RING_ENQUEUE(ring, value) do { \ macro