Lines Matching refs:lpfc_hrb_pool
132 phba->lpfc_hrb_pool = dma_pool_create("lpfc_hrb_pool", in lpfc_mem_alloc()
135 if (!phba->lpfc_hrb_pool) in lpfc_mem_alloc()
149 phba->lpfc_hrb_pool = NULL; in lpfc_mem_alloc()
168 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_alloc()
169 phba->lpfc_hrb_pool = NULL; in lpfc_mem_alloc()
230 dma_pool_destroy(phba->lpfc_hrb_pool); in lpfc_mem_free()
231 phba->lpfc_hrb_pool = NULL; in lpfc_mem_free()
551 dma_buf->hbuf.virt = dma_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL, in lpfc_sli4_rb_alloc()
560 dma_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt, in lpfc_sli4_rb_alloc()
584 dma_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys); in lpfc_sli4_rb_free()
611 dma_buf->hbuf.virt = dma_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL, in lpfc_sli4_nvmet_alloc()
620 dma_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt, in lpfc_sli4_nvmet_alloc()
644 dma_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys); in lpfc_sli4_nvmet_free()