Home
last modified time | relevance | path

Searched refs:RING_TX (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_table_ports.c104 port_ring_writer_params.ring = RING_TX; in test_port_ring_writer()
112 port_ring_writer_params.ring = RING_TX; in test_port_ring_writer()
128 port_ring_writer_params.ring = RING_TX; in test_port_ring_writer()
H A Dtest_table_combined.c109 ring_params_tx.ring = RING_TX; in test_table_type()
185 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, in test_table_type()
196 VERIFY_TRAFFIC(RING_TX, table_packets->n_miss_packets, 0); in test_table_type()
208 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, in test_table_type()
216 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, 1); in test_table_type()
221 VERIFY_TRAFFIC(RING_TX, table_packets->n_miss_packets, 0); in test_table_type()
248 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, 0); in test_table_type()
H A Dtest_table.h34 #define RING_TX rings_tx[0] macro