Home
last modified time | relevance | path

Searched refs:ioat_cleanup_event (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
Ddma.h430 void ioat_cleanup_event(unsigned long data);
Ddma.c124 ioat_cleanup_event((unsigned long)&ioat_chan->dma_chan); in ioat_stop()
723 void ioat_cleanup_event(unsigned long data) in ioat_cleanup_event() function
Dinit.c769 tasklet_init(&ioat_chan->cleanup_task, ioat_cleanup_event, data); in ioat_init_channel()