Searched defs:ioatdma_device (Results 1 – 1 of 1) sorted by relevance
76 struct ioatdma_device { struct77 struct pci_dev *pdev;78 void __iomem *reg_base;79 struct pci_pool *dma_pool;80 struct pci_pool *completion_pool;82 struct dma_pool *sed_hw_pool[MAX_SED_POOLS];83 struct dma_device dma_dev;84 u8 version;86 struct msix_entry msix_entries[IOAT_MAX_CHANS];110 struct ioatdma_device *ioat_dma; argument