Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.h107 #define IOAT_COMPLETION_ACK 1 macro
Ddma.c600 clear_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat_cleanup_preamble()
733 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) in ioat1_timer_event()
742 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat1_timer_event()
Ddma_v2.c332 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) { in ioat2_timer_event()
339 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat2_timer_event()
Ddma_v3.c323 clear_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat3_cleanup_preamble()
607 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) { in ioat3_timer_event()
614 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat3_timer_event()