Home
last modified time | relevance | path

Searched refs:IOAT_COMPLETION_PENDING (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/dma/ioat/
Ddma.c251 if (!test_and_set_bit(IOAT_COMPLETION_PENDING, &chan->state)) in ioat1_tx_submit()
652 clear_bit(IOAT_COMPLETION_PENDING, &chan->state); in __cleanup()
716 set_bit(IOAT_COMPLETION_PENDING, &chan->state); in ioat1_timer_event()
719 } else if (test_bit(IOAT_COMPLETION_PENDING, &chan->state)) { in ioat1_timer_event()
Ddma.h102 #define IOAT_COMPLETION_PENDING 0 macro
Ddma_v2.c166 clear_bit(IOAT_COMPLETION_PENDING, &chan->state); in __cleanup()
204 set_bit(IOAT_COMPLETION_PENDING, &chan->state); in __ioat2_restart_chan()
Ddma_v3.c439 clear_bit(IOAT_COMPLETION_PENDING, &chan->state); in __cleanup()