Searched refs:qmu_gpd_pool (Results 1 – 2 of 2) sorted by relevance
171 gpd = dma_pool_zalloc(mep->mtu->qmu_gpd_pool, GFP_ATOMIC, &ring->dma); in mtu3_gpd_ring_alloc()184 dma_pool_free(mep->mtu->qmu_gpd_pool, in mtu3_gpd_ring_free()674 mtu->qmu_gpd_pool = dma_pool_create("QMU_GPD", mtu->dev, in mtu3_qmu_init()677 if (!mtu->qmu_gpd_pool) in mtu3_qmu_init()685 dma_pool_destroy(mtu->qmu_gpd_pool); in mtu3_qmu_exit()
342 struct dma_pool *qmu_gpd_pool; member