Home
last modified time | relevance | path

Searched refs:COMPLETION_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/drivers/dma/ioat/
Ddma.c254 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in __ioat_restart_chan()
320 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_tx_submit_unlock()
477 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_check_space_lock()
537 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_cleanup_preamble()
858 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in check_active()
954 mod_timer(&ioat_chan->timer, jiffies + COMPLETION_TIMEOUT); in ioat_timer_event()
Ddma.h114 #define COMPLETION_TIMEOUT msecs_to_jiffies(100) macro