Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Ddma.h34 #define to_ioatdma_device(dev) container_of(dev, struct ioatdma_device, common) macro
Ddma_v2.c445 dma = to_ioatdma_device(chan->device); in ioat2_alloc_ring_ent()
468 dma = to_ioatdma_device(chan->device); in ioat2_free_ring_ent()
Ddma.c1127 struct ioatdma_device *device = to_ioatdma_device(dma); in version_show()