Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ioat/
Ddma.h408 void ioat_cleanup_event(unsigned long data);
Ddma.c168 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.c764 tasklet_init(&ioat_chan->cleanup_task, ioat_cleanup_event, data); in ioat_init_channel()