Searched refs:lpfc_hbq_pool (Results 1 – 2 of 2) sorted by relevance
167 phba->lpfc_hbq_pool = NULL; in lpfc_mem_alloc()169 phba->lpfc_hbq_pool = dma_pool_create("lpfc_hbq_pool", in lpfc_mem_alloc()171 if (!phba->lpfc_hbq_pool) in lpfc_mem_alloc()264 if (phba->lpfc_hbq_pool) in lpfc_mem_free()265 dma_pool_destroy(phba->lpfc_hbq_pool); in lpfc_mem_free()266 phba->lpfc_hbq_pool = NULL; in lpfc_mem_free()526 hbqbp->dbuf.virt = dma_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL, in lpfc_els_hbq_alloc()551 dma_pool_free(phba->lpfc_hbq_pool, hbqbp->dbuf.virt, hbqbp->dbuf.phys); in lpfc_els_hbq_free()
952 struct dma_pool *lpfc_hbq_pool; /* SLI3 hbq buffer pool */ member