Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/ioat/
Ddma.h396 void ioat_cleanup_event(unsigned long data);
Ddma.c156 ioat_cleanup_event((unsigned long)&ioat_chan->dma_chan); in ioat_stop()
677 void ioat_cleanup_event(unsigned long data) in ioat_cleanup_event() function
Dinit.c781 tasklet_init(&ioat_chan->cleanup_task, ioat_cleanup_event, data); in ioat_init_channel()