Home
last modified time | relevance | path

Searched refs:IOAT_CHAN_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/ioat/
H A Ddma.h105 #define IOAT_CHAN_ACTIVE 6 macro
H A Ddma.c319 if (!test_and_set_bit(IOAT_CHAN_ACTIVE, &ioat_chan->state)) in ioat_tx_submit_unlock()
881 if (test_and_clear_bit(IOAT_CHAN_ACTIVE, &ioat_chan->state)) in check_active()