freebsd-dev/sys/dev/ioat
Conrad Meyer fe720f5ae0 ioat: Pull out timer callout delay into a constant
Pull out the timer callout delay into IOAT_INTR_TIMO and shorten it
considerably (5s -> 100ms).  Single operations do not take 5-10 seconds
and when interrupts aren't working, waiting 100ms sucks a lot less than
5s.

Sponsored by:	EMC / Isilon Storage Division
2015-10-24 23:44:58 +00:00
..
ioat_hw.h ioat: Define IOAT_XFERCAP_VALID_MASK and use in ioat_read_xfercap 2015-10-22 04:33:05 +00:00
ioat_internal.h ioat: Clean up logging 2015-10-22 23:03:33 +00:00
ioat_test.c ioat_test: Add a colon (':') for style 2015-10-22 23:08:08 +00:00
ioat_test.h Improve flexibility of ioat_test / ioatcontrol(8) 2015-10-22 04:38:05 +00:00
ioat.c ioat: Pull out timer callout delay into a constant 2015-10-24 23:44:58 +00:00
ioat.h