Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Ddma.c68 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_dma_do_interrupt()
85 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_dma_do_interrupt_msix()
101 clear_bit(IOAT_RUN, &ioat_chan->state); in ioat_stop()
728 if (!test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_cleanup_event()
858 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_timer_event()
Ddma.h104 #define IOAT_RUN 5 macro
Dinit.c727 set_bit(IOAT_RUN, &ioat_chan->state); in ioat_alloc_chan_resources()