Searched defs:dpaa2_io_store (Results 1 – 1 of 1) sorted by relevance
42 struct dpaa2_io_store { struct43 unsigned int max;44 dma_addr_t paddr;45 struct dpaa2_dq *vaddr;46 void *alloced_addr; /* unaligned value from kmalloc() */47 unsigned int idx; /* position of the next-to-be-returned entry */48 struct qbman_swp *swp; /* portal used to issue VDQCR */49 struct device *dev; /* device used for DMA mapping */