Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.c577 clear_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat_cleanup_preamble()
710 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) in ioat1_timer_event()
719 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat1_timer_event()
Ddma.h109 #define IOAT_COMPLETION_ACK 1 macro
Ddma_v2.c329 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) { in ioat2_timer_event()
336 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat2_timer_event()
Ddma_v3.c507 clear_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat3_cleanup_preamble()
788 else if (test_bit(IOAT_COMPLETION_ACK, &chan->state)) { in ioat3_timer_event()
795 set_bit(IOAT_COMPLETION_ACK, &chan->state); in ioat3_timer_event()