Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Dprep.c124 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_dma_prep_memcpy_lock()
262 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_xor()
275 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_xor_val()
592 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pq()
637 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pq_val()
666 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pqxor()
693 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pqxor_val()
723 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_interrupt_lock()
Ddma.h99 #define IOAT_CHAN_DOWN 0 macro
Dinit.c1205 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_shutdown()
1227 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_resume()
Ddma.c200 if (!test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_start_null_desc()