Searched refs:__cleanup (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/dma/ioat/ |
D | dma_v2.c | 127 static void __cleanup(struct ioat2_dma_chan *ioat, dma_addr_t phys_complete) in __cleanup() function 182 __cleanup(ioat, phys_complete); in ioat2_cleanup() 266 __cleanup(ioat, phys_complete); in ioat2_restart_channel() 327 __cleanup(ioat, phys_complete); in ioat2_timer_event()
|
D | dma_v3.c | 371 static void __cleanup(struct ioat2_dma_chan *ioat, dma_addr_t phys_complete) in __cleanup() function 455 __cleanup(ioat, phys_complete); in ioat3_cleanup() 487 __cleanup(ioat, phys_complete); in ioat3_restart_channel() 506 __cleanup(ioat, phys_complete); in ioat3_eh() 622 __cleanup(ioat, phys_complete); in ioat3_timer_event()
|
D | dma.c | 602 static void __cleanup(struct ioat_dma_chan *ioat, dma_addr_t phys_complete) in __cleanup() function 691 __cleanup(ioat, phys_complete); in ioat1_cleanup() 728 __cleanup(ioat, phys_complete); in ioat1_timer_event()
|