Home
last modified time | relevance | path

Searched refs:ring_space (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c294 const unsigned int ring_space = rte_ioat_burst_capacity(dev_id); in test_burst_capacity() local
304 old_cap = ring_space; in test_burst_capacity()
312 for (i = 0; i < ring_space / (2 * BURST_SIZE); i++) { in test_burst_capacity()
334 for (i = 0; i < ring_space / (2 * BURST_SIZE); i++) { in test_burst_capacity()
342 if (rte_ioat_burst_capacity(dev_id) != ring_space) { in test_burst_capacity()
346 old_cap = ring_space; in test_burst_capacity()
/dpdk/app/test/
H A Dtest_dmadev.c677 const int ring_space = rte_dma_burst_capacity(dev_id, vchan); in test_burst_capacity() local
693 for (iter = 0; iter < 2 * (((int)UINT16_MAX + 1) / ring_space); iter++) { in test_burst_capacity()
694 for (i = 0; i < (ring_space / (2 * CAP_TEST_BURST_SIZE)) + 1; i++) { in test_burst_capacity()
714 for (i = 0; i < (ring_space / (2 * CAP_TEST_BURST_SIZE)) + 1; i++) { in test_burst_capacity()
726 if (cap != ring_space) in test_burst_capacity()
728 cap, ring_space); in test_burst_capacity()