Home
last modified time | relevance | path

Searched refs:COPY_LEN (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_dmadev.c21 #define COPY_LEN 1024 macro
167 for (j = 0; j < COPY_LEN; j++) in do_multi_copies()
193 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
205 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
241 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
263 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
304 COPY_LEN, OPT_FENCE(i)); in test_failure_in_full_burst()
394 COPY_LEN, OPT_FENCE(j)); in test_individual_status_query_with_failure()
457 COPY_LEN, 0); in test_single_item_status_query_with_failure()
522 COPY_LEN, 0); in test_multi_failure()
[all …]
/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c14 #define COPY_LEN 1024 macro
56 for (j = 0; j < COPY_LEN; j++) in do_multi_copies()
62 COPY_LEN, in do_multi_copies()
114 for (j = 0; j < COPY_LEN; j++) in do_multi_copies()
142 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
148 COPY_LEN, in test_enqueue_copies()
168 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
198 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
206 COPY_LEN, in test_enqueue_copies()
229 for (i = 0; i < COPY_LEN; i++) in test_enqueue_copies()
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst95 rte_pktmbuf_iova(dsts[i]), COPY_LEN, 0) < 0) {