Home
last modified time | relevance | path

Searched defs:ioatdma_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
Ddma.h76 struct ioatdma_device { struct
77 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