Lines Matching refs:ioat_test
51 #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,
142 struct ioat_test *test;
175 struct ioat_test *test;
197 ioat_test_prealloc_memory(struct ioat_test *test, int index)
229 ioat_test_release_memory(struct ioat_test *test)
243 ioat_test_submit_1_tx(struct ioat_test *test, bus_dmaengine_t dma)
355 struct ioat_test *test;
537 .d_name = "ioat_test",
552 error = make_dev_s(&devargs, &g_ioat_cdev, "ioat_test");
575 "Non-zero: Enable the /dev/ioat_test device");