Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.h112 #define IOAT_CHAN_ACTIVE 6 macro
Ddma_v2.c284 if (test_and_clear_bit(IOAT_CHAN_ACTIVE, &chan->state)) in check_active()
425 if (!test_and_set_bit(IOAT_CHAN_ACTIVE, &chan->state)) in ioat2_tx_submit_unlock()
Ddma_v3.c559 if (test_and_clear_bit(IOAT_CHAN_ACTIVE, &chan->state)) in check_active()