Lines Matching defs:ioat_chan
23 #define to_dev(ioat_chan) (&(ioat_chan)->ioat_dma->pdev->dev) argument
24 #define to_pdev(ioat_chan) ((ioat_chan)->ioat_dma->pdev) argument
218 __dump_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_dma_descriptor *hw, in __dump_desc_dbg()
239 static inline u64 ioat_chansts(struct ioatdma_chan *ioat_chan) in ioat_chansts()
249 static inline u32 ioat_chanerr(struct ioatdma_chan *ioat_chan) in ioat_chanerr()
254 static inline void ioat_suspend(struct ioatdma_chan *ioat_chan) in ioat_suspend()
262 static inline void ioat_reset(struct ioatdma_chan *ioat_chan) in ioat_reset()
270 static inline bool ioat_reset_pending(struct ioatdma_chan *ioat_chan) in ioat_reset_pending()
306 static inline u32 ioat_ring_size(struct ioatdma_chan *ioat_chan) in ioat_ring_size()
312 static inline u16 ioat_ring_active(struct ioatdma_chan *ioat_chan) in ioat_ring_active()
319 static inline u16 ioat_ring_pending(struct ioatdma_chan *ioat_chan) in ioat_ring_pending()
325 static inline u32 ioat_ring_space(struct ioatdma_chan *ioat_chan) in ioat_ring_space()
331 ioat_xferlen_to_descs(struct ioatdma_chan *ioat_chan, size_t len) in ioat_xferlen_to_descs()
340 ioat_get_ring_ent(struct ioatdma_chan *ioat_chan, u16 idx) in ioat_get_ring_ent()
346 ioat_set_chainaddr(struct ioatdma_chan *ioat_chan, u64 addr) in ioat_set_chainaddr()