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