Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat_test.h80 uint16_t coalesce_period; member
H A Dioat_test.c423 if (test->coalesce_period > ioat->intrdelay_max) { in ioat_dma_test()
426 (unsigned)test->coalesce_period); in ioat_dma_test()
430 error = ioat_set_interrupt_coalesce(dmaengine, test->coalesce_period); in ioat_dma_test()
431 if (error == ENODEV && test->coalesce_period == 0) in ioat_dma_test()
/freebsd/tools/tools/ioat/
H A Dioatcontrol.c122 t.coalesce_period = atoi(optarg); in main()