Lines Matching refs:ioat_dma
35 #define to_dev(ioat_chan) (&(ioat_chan)->ioat_dma->pdev->dev)
36 #define to_pdev(ioat_chan) ((ioat_chan)->ioat_dma->pdev)
38 #define chan_num(ch) ((int)((ch)->reg_base - (ch)->ioat_dma->reg_base) / 0x80)
117 struct ioatdma_device *ioat_dma; member
242 ioat_chan_by_index(struct ioatdma_device *ioat_dma, int index) in ioat_chan_by_index() argument
244 return ioat_dma->idx[index]; in ioat_chan_by_index()
264 u8 ver = ioat_chan->ioat_dma->version; in ioat_suspend()
272 u8 ver = ioat_chan->ioat_dma->version; in ioat_reset()
280 u8 ver = ioat_chan->ioat_dma->version; in ioat_reset_pending()
414 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
415 void ioat_kobject_del(struct ioatdma_device *ioat_dma);
416 int ioat_dma_setup_interrupts(struct ioatdma_device *ioat_dma);