Searched defs:ioatdma_device (Results 1 – 1 of 1) sorted by relevance
75 struct ioatdma_device { struct76 struct pci_dev *pdev;77 void __iomem *reg_base;78 struct dma_pool *completion_pool;80 struct dma_pool *sed_hw_pool[MAX_SED_POOLS];81 struct dma_device dma_dev;82 u8 version;84 struct msix_entry msix_entries[IOAT_MAX_CHANS];85 struct ioatdma_chan *idx[IOAT_MAX_CHANS];86 struct dca_provider *dca;[all …]