Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.h396 void ioat_cleanup_event(struct tasklet_struct *t);
Ddma.c168 ioat_cleanup_event(&ioat_chan->cleanup_task); in ioat_stop()
693 void ioat_cleanup_event(struct tasklet_struct *t) in ioat_cleanup_event() function
Dinit.c779 tasklet_setup(&ioat_chan->cleanup_task, ioat_cleanup_event); in ioat_init_channel()