Searched refs:IOAT_CHAN_DOWN (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/dma/ioat/ |
| D | prep.c | 112 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_dma_prep_memcpy_lock() 250 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_xor() 263 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_xor_val() 580 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pq() 625 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pq_val() 654 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pqxor() 681 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_pqxor_val() 711 if (test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_prep_interrupt_lock()
|
| D | dma.c | 232 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 | 95 #define IOAT_CHAN_DOWN 0 macro
|
| D | init.c | 1228 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_shutdown() 1257 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_resume()
|