Symbol: ioatdma_chan
drivers/dma/ioat/dma.c
1003
int ioat_reset_hw(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
127
struct ioatdma_chan *ioat_chan = data;
drivers/dma/ioat/dma.c
135
void ioat_stop(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
171
static void __ioat_issue_pending(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
185
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/dma.c
201
static void ioat_update_pending(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
207
static void __ioat_start_null_desc(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
241
void ioat_start_null_desc(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
249
static void __ioat_restart_chan(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
271
static int ioat_quiesce(struct ioatdma_chan *ioat_chan, unsigned long tmo)
drivers/dma/ioat/dma.c
292
static int ioat_reset_sync(struct ioatdma_chan *ioat_chan, unsigned long tmo)
drivers/dma/ioat/dma.c
313
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/dma.c
341
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/dma.c
374
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/dma.c
463
int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs)
drivers/dma/ioat/dma.c
529
static u64 ioat_get_current_completion(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
543
static bool ioat_cleanup_preamble(struct ioatdma_chan *ioat_chan,
drivers/dma/ioat/dma.c
557
desc_get_errstat(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc)
drivers/dma/ioat/dma.c
591
static void __ioat_cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete)
drivers/dma/ioat/dma.c
671
static void ioat_cleanup(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
695
struct ioatdma_chan *ioat_chan = from_tasklet(ioat_chan, t, cleanup_task);
drivers/dma/ioat/dma.c
703
static void ioat_restart_channel(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
72
static void ioat_eh(struct ioatdma_chan *ioat_chan);
drivers/dma/ioat/dma.c
721
static void ioat_abort_descs(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
74
static void ioat_print_chanerrs(struct ioatdma_chan *ioat_chan, u32 chanerr)
drivers/dma/ioat/dma.c
774
static void ioat_eh(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
874
static void check_active(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
885
static void ioat_reboot_chan(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.c
904
struct ioatdma_chan *ioat_chan = timer_container_of(ioat_chan, t,
drivers/dma/ioat/dma.c
94
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/dma.c
991
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/dma.h
197
static inline struct ioatdma_chan *to_ioat_chan(struct dma_chan *c)
drivers/dma/ioat/dma.h
199
return container_of(c, struct ioatdma_chan, dma_chan);
drivers/dma/ioat/dma.h
212
__dump_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_dma_descriptor *hw,
drivers/dma/ioat/dma.h
227
static inline struct ioatdma_chan *
drivers/dma/ioat/dma.h
233
static inline u64 ioat_chansts(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
243
static inline u32 ioat_chanerr(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
248
static inline void ioat_suspend(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
256
static inline void ioat_reset(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
264
static inline bool ioat_reset_pending(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
300
static inline u32 ioat_ring_size(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
306
static inline u16 ioat_ring_active(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
313
static inline u16 ioat_ring_pending(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
319
static inline u32 ioat_ring_space(struct ioatdma_chan *ioat_chan)
drivers/dma/ioat/dma.h
325
ioat_xferlen_to_descs(struct ioatdma_chan *ioat_chan, size_t len)
drivers/dma/ioat/dma.h
334
ioat_get_ring_ent(struct ioatdma_chan *ioat_chan, u16 idx)
drivers/dma/ioat/dma.h
340
ioat_set_chainaddr(struct ioatdma_chan *ioat_chan, u64 addr)
drivers/dma/ioat/dma.h
382
void ioat_start_null_desc(struct ioatdma_chan *ioat_chan);
drivers/dma/ioat/dma.h
384
int ioat_reset_hw(struct ioatdma_chan *ioat_chan);
drivers/dma/ioat/dma.h
390
int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs);
drivers/dma/ioat/dma.h
399
void ioat_stop(struct ioatdma_chan *ioat_chan);
drivers/dma/ioat/dma.h
75
struct ioatdma_chan *idx[IOAT_MAX_CHANS];
drivers/dma/ioat/init.c
1054
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/init.c
1082
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/init.c
121
struct ioatdma_chan *ioat_chan, int idx);
drivers/dma/ioat/init.c
1212
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/init.c
1243
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/init.c
405
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/init.c
555
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/init.c
598
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/init.c
669
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/init.c
756
struct ioatdma_chan *ioat_chan, int idx)
drivers/dma/ioat/prep.c
104
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/prep.c
156
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/prep.c
248
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/prep.c
261
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/prep.c
276
dump_pq_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc,
drivers/dma/ioat/prep.c
303
static void dump_pq16_desc_dbg(struct ioatdma_chan *ioat_chan,
drivers/dma/ioat/prep.c
344
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/prep.c
468
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/prep.c
578
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/prep.c
623
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/prep.c
652
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/prep.c
679
struct ioatdma_chan *ioat_chan = to_ioat_chan(chan);
drivers/dma/ioat/prep.c
707
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/sysfs.c
108
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/sysfs.c
119
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/sysfs.c
127
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/sysfs.c
136
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/sysfs.c
145
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);
drivers/dma/ioat/sysfs.c
51
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/sysfs.c
54
ioat_chan = container_of(kobj, struct ioatdma_chan, kobj);
drivers/dma/ioat/sysfs.c
66
struct ioatdma_chan *ioat_chan;
drivers/dma/ioat/sysfs.c
69
ioat_chan = container_of(kobj, struct ioatdma_chan, kobj);
drivers/dma/ioat/sysfs.c
87
struct ioatdma_chan *ioat_chan = to_ioat_chan(c);