Searched defs:dpaa2_io_store (Results 1 – 1 of 1) sorted by relevance
32 struct dpaa2_io_store { struct33 unsigned int max;34 dma_addr_t paddr;35 struct dpaa2_dq *vaddr;36 void *alloced_addr; /* unaligned value from kmalloc() */37 unsigned int idx; /* position of the next-to-be-returned entry */38 struct qbman_swp *swp; /* portal used to issue VDQCR */39 struct device *dev; /* device used for DMA mapping */