Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Ddma.h103 #define IOAT_COMPLETION_ACK 1 macro
Ddma.c596 clear_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat_cleanup_preamble()
729 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) in ioat1_timer_event()
738 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat1_timer_event()
Ddma_v2.c328 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) { in ioat2_timer_event()
335 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat2_timer_event()
Ddma_v3.c328 clear_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat3_cleanup_preamble()
623 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) { in ioat3_timer_event()
630 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat3_timer_event()