Home
last modified time | relevance | path

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

/linux/drivers/dma/ioat/
H A Ddma.c550 clear_bit(IOAT_COMPLETION_ACK, &ioat_chan->state); in ioat_cleanup_preamble()
955 if (test_bit(IOAT_COMPLETION_ACK, &ioat_chan->state)) { in ioat_timer_event()
981 set_bit(IOAT_COMPLETION_ACK, &ioat_chan->state); in ioat_timer_event()
H A Ddma.h104 #define IOAT_COMPLETION_ACK 1 macro