Searched refs:expected_pkts (Results 1 – 1 of 1) sorted by relevance
45 int expected_pkts, received_pkts; in test_port_ring_reader() local59 if (received_pkts < expected_pkts) in test_port_ring_reader()73 if (received_pkts < expected_pkts) in test_port_ring_reader()124 int expected_pkts, received_pkts; in test_port_ring_writer() local137 expected_pkts = 1; in test_port_ring_writer()141 if (received_pkts < expected_pkts) in test_port_ring_writer()152 expected_pkts = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()156 if (received_pkts < expected_pkts) in test_port_ring_writer()167 expected_pkts = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()171 if (received_pkts < expected_pkts) in test_port_ring_writer()[all …]