Searched refs:coalesce_period (Results 1 – 3 of 3) sorted by relevance
80 uint16_t coalesce_period; member
423 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()
122 t.coalesce_period = atoi(optarg); in main()