Searched refs:IOAT_CHAN_DOWN (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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 | 244 if (!test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) in ioat_start_null_desc() 888 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_reboot_chan() 898 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_reboot_chan()
|
D | dma.h | 100 #define IOAT_CHAN_DOWN 0 macro
|
D | init.c | 624 if (!test_bit(IOAT_CHAN_DOWN, &ioat_chan->state)) { in ioat_free_chan_resources() 1226 set_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_shutdown() 1255 clear_bit(IOAT_CHAN_DOWN, &ioat_chan->state); in ioat_resume()
|