Searched refs:IOAT_RUN (Results 1 - 4 of 4) sorted by path

/drivers/dma/ioat/
H A Ddma.c80 if (test_bit(IOAT_RUN, &chan->state))
97 if (test_bit(IOAT_RUN, &chan->state))
358 set_bit(IOAT_RUN, &chan->state);
375 clear_bit(IOAT_RUN, &chan->state);
567 if (!test_bit(IOAT_RUN, &chan->state))
H A Ddma.h111 #define IOAT_RUN 5 macro
H A Ddma_v2.c196 if (!test_bit(IOAT_RUN, &chan->state))
319 if (test_bit(IOAT_RUN, &chan->state))
559 set_bit(IOAT_RUN, &chan->state);
H A Ddma_v3.c470 if (!test_bit(IOAT_RUN, &chan->state))
594 if (test_bit(IOAT_RUN, &chan->state))

Completed in 129 milliseconds