freebsd-dev/sys/dev/ioat
Alexander Motin 630d9800a1 Replace argument checks with assertions.
Those functions are used by kernel, and we can't check all possible argument
errors in production kernel.  Plus according to docs many of those errors
are checked by hardware.  Assertions should just help with code debugging.

MFC after:	2 weeks
2019-09-27 02:09:20 +00:00
..
ioat_hw.h
ioat_internal.h Improve ioat(4) NUMA-awareness. 2019-09-19 22:15:57 +00:00
ioat_test.c ioatcontrol(8) could exercise 8k-aligned copy with page-break, crc and 2019-04-02 19:06:25 +00:00
ioat_test.h ioatcontrol(8) could exercise 8k-aligned copy with page-break, crc and 2019-04-02 19:06:25 +00:00
ioat.c Replace argument checks with assertions. 2019-09-27 02:09:20 +00:00
ioat.h ioat(4): Set __result_use_check on ioat_acquire_reserve 2019-01-17 23:21:02 +00:00