Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ioat/
Ddma.c535 clear_bit(IOAT_COMPLETION_ACK, &ioat_chan->state); in ioat_cleanup_preamble()
927 else if (test_bit(IOAT_COMPLETION_ACK, &ioat_chan->state)) { in ioat_timer_event()
955 set_bit(IOAT_COMPLETION_ACK, &ioat_chan->state); in ioat_timer_event()
Ddma.h108 #define IOAT_COMPLETION_ACK 1 macro