Lines Matching refs:lpfc_hrb_pool
130 phba->lpfc_hrb_pool = dma_pool_create("lpfc_hrb_pool", in lpfc_mem_alloc()
133 if (!phba->lpfc_hrb_pool) in lpfc_mem_alloc()
147 phba->lpfc_hrb_pool = NULL; in lpfc_mem_alloc()
166 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc()
167 phba->lpfc_hrb_pool = NULL; in lpfc_mem_alloc()
228 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free()
229 phba->lpfc_hrb_pool = NULL; in lpfc_mem_free()
546 dma_buf->hbuf.virt = dma_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL, in lpfc_sli4_rb_alloc()
555 dma_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt, in lpfc_sli4_rb_alloc()
579 dma_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys); in lpfc_sli4_rb_free()
606 dma_buf->hbuf.virt = dma_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL, in lpfc_sli4_nvmet_alloc()
615 dma_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt, in lpfc_sli4_nvmet_alloc()
639 dma_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys); in lpfc_sli4_nvmet_free()