Home
last modified time | relevance | path

Searched defs:ioat_dma (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/dma/ioat/
Dinit.c309 static int ioat_dma_self_test(struct ioatdma_device *ioat_dma) in ioat_dma_self_test()
412 int ioat_dma_setup_interrupts(struct ioatdma_device *ioat_dma) in ioat_dma_setup_interrupts()
496 static void ioat_disable_interrupts(struct ioatdma_device *ioat_dma) in ioat_disable_interrupts()
502 static int ioat_probe(struct ioatdma_device *ioat_dma) in ioat_probe()
547 static int ioat_register(struct ioatdma_device *ioat_dma) in ioat_register()
559 static void ioat_dma_remove(struct ioatdma_device *ioat_dma) in ioat_dma_remove()
578 static int ioat_enumerate_channels(struct ioatdma_device *ioat_dma) in ioat_enumerate_channels()
624 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_free_chan_resources() local
749 ioat_init_channel(struct ioatdma_device *ioat_dma, in ioat_init_channel()
768 static int ioat_xor_val_self_test(struct ioatdma_device *ioat_dma) in ioat_xor_val_self_test()
[all …]
Dsysfs.c46 struct ioatdma_device *ioat_dma = to_ioatdma_device(dma); in version_show() local
87 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type) in ioat_kobject_add()
108 void ioat_kobject_del(struct ioatdma_device *ioat_dma) in ioat_kobject_del()
Ddma.c137 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_stop() local
505 ioat_free_sed(struct ioatdma_device *ioat_dma, struct ioat_sed_ent *sed) in ioat_free_sed()
577 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in __cleanup() local
707 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_abort_descs() local
982 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_reset_hw() local
Dprep.c92 ioat3_alloc_sed(struct ioatdma_device *ioat_dma, unsigned int hw_pool) in ioat3_alloc_sed()
357 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in __ioat_prep_pq_lock() local
481 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in __ioat_prep_pq16_lock() local
Ddma.h117 struct ioatdma_device *ioat_dma; member
245 ioat_chan_by_index(struct ioatdma_device *ioat_dma, int index) in ioat_chan_by_index()