Searched refs:rte_ring_full (Results 1 – 5 of 5) sorted by relevance
640 TEST_RING_VERIFY(rte_ring_full(r), r, goto fail); in test_ring_burst_bulk_tests1()650 TEST_RING_VERIFY(rte_ring_full(r) == 0, r, goto fail); in test_ring_burst_bulk_tests1()901 TEST_RING_VERIFY(rte_ring_full(r) == 1, r, goto fail); in test_ring_burst_bulk_tests4()1010 TEST_RING_VERIFY(rte_ring_full(rp) == 1, rp, goto fail_test); in test_ring_basic_ex()
538 rte_ring_full(const struct rte_ring *r) in rte_ring_full() function
105 if (unlikely(rte_ring_full(qp->processed_pkts) != 0)) in ccp_pmd_enqueue_burst()
164 ``rte_ring_full`` to be true.
1279 rte_ring_full(ptr), in show_ring()