Home
last modified time | relevance | path

Searched refs:lpfc_sg_dma_buf_pool (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c339 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool); in lpfc_mem_free_all()
340 phba->lpfc_sg_dma_buf_pool = NULL; in lpfc_mem_free_all()
477 ret = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool, GFP_KERNEL, handle); in lpfc_nvmet_buf_alloc()
493 dma_pool_free(phba->lpfc_sg_dma_buf_pool, virt, dma); in lpfc_nvmet_buf_free()
H A Dlpfc.h1304 struct dma_pool *lpfc_sg_dma_buf_pool; member
H A Dlpfc_scsi.c278 psb->data = dma_pool_zalloc(phba->lpfc_sg_dma_buf_pool, in lpfc_new_scsi_buf_s3()
289 dma_pool_free(phba->lpfc_sg_dma_buf_pool, in lpfc_new_scsi_buf_s3()