Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/ioat/
Ddma.h106 #define IOAT_CHAN_ACTIVE 6 macro
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()