Searched refs:rte_ring_full (Results 1 – 5 of 5) sorted by relevance
521 rte_ring_full(const struct rte_ring *r) in rte_ring_full() function
641 TEST_RING_VERIFY(rte_ring_full(r), r, goto fail); in test_ring_burst_bulk_tests1()651 TEST_RING_VERIFY(rte_ring_full(r) == 0, r, goto fail); in test_ring_burst_bulk_tests1()902 TEST_RING_VERIFY(rte_ring_full(r) == 1, r, goto fail); in test_ring_burst_bulk_tests4()1011 TEST_RING_VERIFY(rte_ring_full(rp) == 1, rp, goto fail_test); in test_ring_basic_ex()
209 if (unlikely(rte_ring_full(qp->processed_pkts) != 0)) in ccp_pmd_enqueue_burst()
166 ``rte_ring_full`` to be true.
1257 rte_ring_full(ptr), in show_ring()