Searched refs:IOAT_RUN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
H A D | dma.c | 112 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_dma_do_interrupt() 129 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_dma_do_interrupt_msix() 145 clear_bit(IOAT_RUN, &ioat_chan->state); in ioat_stop() 698 if (!test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_cleanup_event() 922 if (test_bit(IOAT_RUN, &ioat_chan->state)) { in ioat_timer_event()
|
H A D | dma.h | 104 #define IOAT_RUN 5 macro
|
H A D | init.c | 719 set_bit(IOAT_RUN, &ioat_chan->state); in ioat_alloc_chan_resources()
|
/kernel/linux/linux-6.6/drivers/dma/ioat/ |
H A D | dma.c | 112 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_dma_do_interrupt() 129 if (test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_dma_do_interrupt_msix() 145 clear_bit(IOAT_RUN, &ioat_chan->state); in ioat_stop() 698 if (!test_bit(IOAT_RUN, &ioat_chan->state)) in ioat_cleanup_event() 922 if (test_bit(IOAT_RUN, &ioat_chan->state)) { in ioat_timer_event()
|
H A D | dma.h | 105 #define IOAT_RUN 5 macro
|
H A D | init.c | 719 set_bit(IOAT_RUN, &ioat_chan->state); in ioat_alloc_chan_resources()
|
Completed in 7 milliseconds