Home
last modified time | relevance | path

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

/linux/drivers/dma/ioat/
H A Ddma.h65 struct ioatdma_device { struct
66 struct pci_dev *pdev;
67 void __iomem *reg_base;
68 struct dma_pool *completion_pool;
70 struct dma_pool *sed_hw_pool[MAX_SED_POOLS];
71 struct dma_device dma_dev;
72 u8 version;
74 struct msix_entry msix_entries[IOAT_MAX_CHANS];
75 struct ioatdma_chan *idx[IOAT_MAX_CHANS];
76 struct dca_provider *dca;
[all …]