Searched refs:coalesce_period (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ioat/
H A Dioat_test.h83 uint16_t coalesce_period; member in struct:ioat_test
H A Dioat_test.c432 if (test->coalesce_period > ioat->intrdelay_max) {
435 (unsigned)test->coalesce_period);
439 error = ioat_set_interrupt_coalesce(dmaengine, test->coalesce_period);
440 if (error == ENODEV && test->coalesce_period == 0)
/freebsd-11-stable/tools/tools/ioat/
H A Dioatcontrol.c124 t.coalesce_period = atoi(optarg);

Completed in 101 milliseconds