Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/ioat/
Dinit.c299 static int ioat_dma_self_test(struct ioatdma_device *ioat_dma) in ioat_dma_self_test()
402 int ioat_dma_setup_interrupts(struct ioatdma_device *ioat_dma) in ioat_dma_setup_interrupts()
486 static void ioat_disable_interrupts(struct ioatdma_device *ioat_dma) in ioat_disable_interrupts()
492 static int ioat_probe(struct ioatdma_device *ioat_dma) in ioat_probe()
537 static int ioat_register(struct ioatdma_device *ioat_dma) in ioat_register()
549 static void ioat_dma_remove(struct ioatdma_device *ioat_dma) in ioat_dma_remove()
564 static void ioat_enumerate_channels(struct ioatdma_device *ioat_dma) in ioat_enumerate_channels()
610 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_free_chan_resources() local
766 ioat_init_channel(struct ioatdma_device *ioat_dma, in ioat_init_channel()
783 static int ioat_xor_val_self_test(struct ioatdma_device *ioat_dma) in ioat_xor_val_self_test()
[all …]
Ddma.c137 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_stop() local
375 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_alloc_ring() local
520 ioat_free_sed(struct ioatdma_device *ioat_dma, struct ioat_sed_ent *sed) in ioat_free_sed()
593 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in __ioat_cleanup() local
723 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_abort_descs() local
1007 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in ioat_reset_hw() local
Dsysfs.c34 struct ioatdma_device *ioat_dma = to_ioatdma_device(dma); in version_show() local
75 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type) in ioat_kobject_add()
96 void ioat_kobject_del(struct ioatdma_device *ioat_dma) in ioat_kobject_del()
Dprep.c80 ioat3_alloc_sed(struct ioatdma_device *ioat_dma, unsigned int hw_pool) in ioat3_alloc_sed()
345 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in __ioat_prep_pq_lock() local
469 struct ioatdma_device *ioat_dma = ioat_chan->ioat_dma; in __ioat_prep_pq16_lock() local
Ddma.h109 struct ioatdma_device *ioat_dma; member
235 ioat_chan_by_index(struct ioatdma_device *ioat_dma, int index) in ioat_chan_by_index()