Searched refs:hw_sgl_pool (Results 1 – 3 of 3) sorted by relevance
414 struct dma_pool *hw_sgl_pool; member
167 dma_pool_free(info->hw_sgl_pool, sgl_current, psec_sgl); in sec_free_hw_sgl()193 sgl_next = dma_pool_zalloc(info->hw_sgl_pool, in sec_alloc_and_fill_hw_sgl()
1222 info->hw_sgl_pool = dmam_pool_create("sgl", dev, in sec_probe()1224 if (!info->hw_sgl_pool) { in sec_probe()