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