Searched refs:ioatdma_chan (Results 1 – 5 of 5) sorted by relevance
/drivers/dma/ioat/ |
D | dma.h | 87 struct ioatdma_chan *idx[IOAT_MAX_CHANS]; 93 struct ioatdma_chan { struct 202 static inline struct ioatdma_chan *to_ioat_chan(struct dma_chan *c) in to_ioat_chan() 204 return container_of(c, struct ioatdma_chan, dma_chan); in to_ioat_chan() 217 __dump_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_dma_descriptor *hw, in __dump_desc_dbg() 232 static inline struct ioatdma_chan * 238 static inline u64 ioat_chansts_32(struct ioatdma_chan *ioat_chan) in ioat_chansts_32() 257 static inline u64 ioat_chansts(struct ioatdma_chan *ioat_chan) in ioat_chansts() 280 static inline u32 ioat_chanerr(struct ioatdma_chan *ioat_chan) in ioat_chanerr() 285 static inline void ioat_suspend(struct ioatdma_chan *ioat_chan) in ioat_suspend() [all …]
|
D | dma.c | 40 static void ioat_eh(struct ioatdma_chan *ioat_chan); 50 struct ioatdma_chan *ioat_chan; in ioat_dma_do_interrupt() 83 struct ioatdma_chan *ioat_chan = data; in ioat_dma_do_interrupt_msix() 91 void ioat_stop(struct ioatdma_chan *ioat_chan) in ioat_stop() 127 static void __ioat_issue_pending(struct ioatdma_chan *ioat_chan) in __ioat_issue_pending() 141 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_issue_pending() 157 static void ioat_update_pending(struct ioatdma_chan *ioat_chan) in ioat_update_pending() 163 static void __ioat_start_null_desc(struct ioatdma_chan *ioat_chan) in __ioat_start_null_desc() 197 void ioat_start_null_desc(struct ioatdma_chan *ioat_chan) in ioat_start_null_desc() 205 static void __ioat_restart_chan(struct ioatdma_chan *ioat_chan) in __ioat_restart_chan() [all …]
|
D | sysfs.c | 57 struct ioatdma_chan *ioat_chan; in ioat_attr_show() 60 ioat_chan = container_of(kobj, struct ioatdma_chan, kobj); in ioat_attr_show() 77 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_kobject_add() 98 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_kobject_del() 109 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ring_size_show() 117 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ring_active_show()
|
D | prep.c | 116 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 …]
|
D | init.c | 129 struct ioatdma_chan *ioat_chan, int idx); 419 struct ioatdma_chan *ioat_chan; in ioat_dma_setup_interrupts() 598 struct ioatdma_chan *ioat_chan; in ioat_enumerate_channels() 640 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_free_chan_resources() 693 struct ioatdma_chan *ioat_chan = to_ioat_chan(c); in ioat_alloc_chan_resources() 759 struct ioatdma_chan *ioat_chan, int idx) in ioat_init_channel() 1063 struct ioatdma_chan *ioat_chan; in ioat_intr_quirk() 1091 struct ioatdma_chan *ioat_chan; in ioat3_dma_probe() 1199 struct ioatdma_chan *ioat_chan; in ioat_shutdown() 1230 struct ioatdma_chan *ioat_chan; in ioat_resume()
|