Searched refs:received_pkts (Results 1 – 1 of 1) sorted by relevance
45 int expected_pkts, received_pkts; in test_port_ring_reader() local57 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, 1); in test_port_ring_reader()59 if (received_pkts < expected_pkts) in test_port_ring_reader()70 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, 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() local138 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()141 if (received_pkts < expected_pkts) in test_port_ring_writer()156 if (received_pkts < expected_pkts) in test_port_ring_writer()171 if (received_pkts < expected_pkts) in test_port_ring_writer()[all …]