Home
last modified time | relevance | path

Searched refs:ioat_test (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ioat/
H A Dioatcontrol.c44 static int prettyprint(struct ioat_test *);
70 main_raw(struct ioat_test *t, int argc, char **argv) in main_raw()
109 struct ioat_test t; in main()
247 prettyprint(struct ioat_test *t) in prettyprint()
/freebsd/sys/dev/ioat/
H A Dioat_test.c51 #include "ioat_test.h"
57 MALLOC_DEFINE(M_IOAT_TEST, "ioat_test", "ioat test allocations");
66 struct ioat_test *test;
79 #define ioat_test_log(v, ...) _ioat_test_log((v), "ioat_test: " __VA_ARGS__)
98 test_transaction *ioat_test_transaction_create(struct ioat_test *test, in ioat_test_transaction_destroy()
142 struct ioat_test *test; in dump_hex()
175 struct ioat_test *test; in ioat_compare_ok()
197 ioat_test_prealloc_memory(struct ioat_test *test, int index) in ioat_dma_test_callback()
229 ioat_test_release_memory(struct ioat_test *test) in ioat_test_prealloc_memory()
243 ioat_test_submit_1_tx(struct ioat_test *tes in ioat_test_release_memory()
[all...]
H A Dioat_test.h52 struct ioat_test { struct
88 #define IOAT_DMATEST _IOWR('i', 0, struct ioat_test) argument
/freebsd/sys/modules/ioat/
H A DMakefile9 SRCS= ioat.c ioat_test.c