Searched defs:ioatdma_device (Results 1 – 1 of 1) sorted by relevance
63 struct ioatdma_device { struct64 struct pci_dev *pdev;65 void __iomem *reg_base;66 struct dma_pool *completion_pool;68 struct dma_pool *sed_hw_pool[MAX_SED_POOLS];69 struct dma_device dma_dev;70 u8 version;72 struct msix_entry msix_entries[IOAT_MAX_CHANS];73 struct ioatdma_chan *idx[IOAT_MAX_CHANS];74 struct dca_provider *dca;[all …]