Home
last modified time | relevance | path

Searched refs:ioatdma_chan (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/dma/ioat/
Ddma.h85 struct ioatdma_chan *idx[IOAT_MAX_CHANS];
101 struct ioatdma_chan { struct
214 static inline struct ioatdma_chan *to_ioat_chan(struct dma_chan *c) in to_ioat_chan()
216 return container_of(c, struct ioatdma_chan, dma_chan); in to_ioat_chan()
229 __dump_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_dma_descriptor *hw, in __dump_desc_dbg()
244 static inline struct ioatdma_chan *
250 static inline u64 ioat_chansts(struct ioatdma_chan *ioat_chan) in ioat_chansts()
260 static inline u32 ioat_chanerr(struct ioatdma_chan *ioat_chan) in ioat_chanerr()
265 static inline void ioat_suspend(struct ioatdma_chan *ioat_chan) in ioat_suspend()
273 static inline void ioat_reset(struct ioatdma_chan *ioat_chan) in ioat_reset()
[all …]
Dsysfs.c57 struct ioatdma_chan *ioat_chan; in ioat_attr_show()
60 ioat_chan = container_of(kobj, struct ioatdma_chan, kobj); in ioat_attr_show()
72 struct ioatdma_chan *ioat_chan; in ioat_attr_store()
75 ioat_chan = container_of(kobj, struct ioatdma_chan, kobj); in ioat_attr_store()
93 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_kobject_add()
114 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_kobject_del()
125 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ring_size_show()
133 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ring_active_show()
142 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in intr_coalesce_show()
151 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in intr_coalesce_store()
Ddma.c72 static void ioat_eh(struct ioatdma_chan *ioat_chan);
74 static void ioat_print_chanerrs(struct ioatdma_chan *ioat_chan, u32 chanerr) in ioat_print_chanerrs()
94 struct ioatdma_chan *ioat_chan; in ioat_dma_do_interrupt()
127 struct ioatdma_chan *ioat_chan = data; in ioat_dma_do_interrupt_msix()
135 void ioat_stop(struct ioatdma_chan *ioat_chan) in ioat_stop()
171 static void __ioat_issue_pending(struct ioatdma_chan *ioat_chan) in __ioat_issue_pending()
185 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_issue_pending()
201 static void ioat_update_pending(struct ioatdma_chan *ioat_chan) in ioat_update_pending()
207 static void __ioat_start_null_desc(struct ioatdma_chan *ioat_chan) in __ioat_start_null_desc()
241 void ioat_start_null_desc(struct ioatdma_chan *ioat_chan) in ioat_start_null_desc()
[all …]
Dprep.c116 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_dma_prep_memcpy_lock()
168 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in __ioat_prep_xor_lock()
260 struct ioatdma_chan *ioat_chan = to_ioat_chan(chan); in ioat_prep_xor()
273 struct ioatdma_chan *ioat_chan = to_ioat_chan(chan); in ioat_prep_xor_val()
288 dump_pq_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc, in dump_pq_desc_dbg()
315 static void dump_pq16_desc_dbg(struct ioatdma_chan *ioat_chan, in dump_pq16_desc_dbg()
356 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in __ioat_prep_pq_lock()
480 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in __ioat_prep_pq16_lock()
590 struct ioatdma_chan *ioat_chan = to_ioat_chan(chan); in ioat_prep_pq()
635 struct ioatdma_chan *ioat_chan = to_ioat_chan(chan); in ioat_prep_pq_val()
[all …]
Dinit.c130 struct ioatdma_chan *ioat_chan, int idx);
414 struct ioatdma_chan *ioat_chan; in ioat_dma_setup_interrupts()
580 struct ioatdma_chan *ioat_chan; in ioat_enumerate_channels()
623 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_free_chan_resources()
685 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_alloc_chan_resources()
750 struct ioatdma_chan *ioat_chan, int idx) in ioat_init_channel()
1050 struct ioatdma_chan *ioat_chan; in ioat_intr_quirk()
1078 struct ioatdma_chan *ioat_chan; in ioat3_dma_probe()
1195 struct ioatdma_chan *ioat_chan; in ioat_shutdown()
1219 struct ioatdma_chan *ioat_chan; in ioat_resume()