Searched refs:ioat_test_log (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/dev/ioat/ |
| HD | ioat_test.c | 80 #define ioat_test_log(v, ...) _ioat_test_log((v), "ioat_test: " __VA_ARGS__) macro 185 ioat_test_log(0, "%s: Got error: %d\n", __func__, error); in ioat_dma_test_callback() 191 ioat_test_log(0, "miscompare found\n"); in ioat_dma_test_callback() 212 ioat_test_log(0, "tx == NULL - memory exhausted\n"); in ioat_test_prealloc_memory() 373 ioat_test_log(0, "Asked for 8k test and buffer size isn't 8k\n"); in ioat_dma_test() 379 ioat_test_log(0, "Buffer size too large >1MB\n"); in ioat_dma_test() 385 ioat_test_log(0, "Depth too large (> %u)\n", in ioat_dma_test() 393 ioat_test_log(0, "Sanity check failed -- test would " in ioat_dma_test() 400 ioat_test_log(0, "Sanity check failed -- test would " in ioat_dma_test() 407 ioat_test_log(0, "Invalid kind %u\n", in ioat_dma_test() [all …]
|