Home
last modified time | relevance | path

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

/freebsd/tools/tools/ioat/
H A Dioatcontrol.c77 t->chain_depth = 1; in main_raw()
181 t.chain_depth = 2; in main()
219 t.chain_depth = atoi(argv[3]); in main()
220 if (t.chain_depth < 1) { in main()
268 t->chain_depth); in prettyprint()
/freebsd/sys/dev/ioat/
H A Dioat_test.c203 tx = ioat_test_transaction_create(test, test->chain_depth * 2); in ioat_test_prealloc_memory()
213 tx->depth = test->chain_depth; in ioat_test_prealloc_memory()
219 for (k = 0; k < test->chain_depth; k++) { in ioat_test_prealloc_memory()
377 if (test->chain_depth * 2 > IOAT_MAX_BUFS) { in ioat_dma_test()
384 if (btoc((uint64_t)test->buffer_size * test->chain_depth * in ioat_dma_test()
392 if ((uint64_t)test->transactions * test->chain_depth > (1<<16)) { in ioat_dma_test()
H A Dioat_test.h60 uint32_t chain_depth; member