Searched refs:IOAT_CHAN_DOWN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/dma/ioat/ |
D | prep.c | 124 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()
|
D | dma.c | 244 if (!test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_start_null_desc() 892 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_timer_event() 902 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_timer_event() 940 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_timer_event() 950 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_timer_event()
|
D | dma.h | 107 #define IOAT_CHAN_DOWN 0 macro
|
D | init.c | 1207 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_shutdown() 1229 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_resume()
|