Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.h146 int ioat_set_interrupt_coalesce(bus_dmaengine_t dmaengine, uint16_t delay);
H A Dioat_test.c430 error = ioat_set_interrupt_coalesce(dmaengine, test->coalesce_period); in ioat_dma_test()
434 ioat_test_log(0, "ioat_set_interrupt_coalesce: %d\n", error); in ioat_dma_test()
H A Dioat.c1060 ioat_set_interrupt_coalesce(bus_dmaengine_t dmaengine, uint16_t delay) in ioat_set_interrupt_coalesce() function