Home
last modified time | relevance | path

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

/freebsd/tools/tools/ioat/
H A Dioatcontrol.c267 printf("Processed %u txns\n", (unsigned)t->status[IOAT_TEST_OK] / in prettyprint()
269 bytes = (uintmax_t)t->buffer_size * t->status[IOAT_TEST_OK]; in prettyprint()
/freebsd/sys/dev/ioat/
H A Dioat_test.h30 IOAT_TEST_OK = 0, enumerator
H A Dioat_test.c187 atomic_add_32(&test->status[IOAT_TEST_OK], tx->depth); in ioat_dma_test_callback()