Searched refs:IOAT_RUN (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/dma/ioat/ |
D | dma.c | 76 if (test_bit(IOAT_RUN, &chan->state)) in ioat_dma_do_interrupt() 93 if (test_bit(IOAT_RUN, &chan->state)) in ioat_dma_do_interrupt_msix() 354 set_bit(IOAT_RUN, &chan->state); in ioat1_dma_alloc_chan_resources() 371 clear_bit(IOAT_RUN, &chan->state); in ioat_stop() 563 if (!test_bit(IOAT_RUN, &chan->state)) in ioat1_cleanup_event()
|
D | dma_v2.c | 192 if (!test_bit(IOAT_RUN, &chan->state)) in ioat2_cleanup_event() 315 if (test_bit(IOAT_RUN, &chan->state)) in ioat2_timer_event() 555 set_bit(IOAT_RUN, &chan->state); in ioat2_alloc_chan_resources()
|
D | dma.h | 107 #define IOAT_RUN 5 macro
|
D | dma_v3.c | 475 if (!test_bit(IOAT_RUN, &chan->state)) in ioat3_cleanup_event() 610 if (test_bit(IOAT_RUN, &chan->state)) in ioat3_timer_event()
|