Home
last modified time | relevance | path

Searched refs:txrdy_payload_pool (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_mem.c233 dma_pool_destroy(phba->txrdy_payload_pool); in lpfc_mem_free()
234 phba->txrdy_payload_pool = NULL; in lpfc_mem_free()
Dlpfc.h993 struct dma_pool *txrdy_payload_pool; member
Dlpfc_nvmet.c382 dma_pool_free(phba->txrdy_payload_pool, ctxp->txrdy, in lpfc_nvmet_ctxbuf_post()
2761 txrdy = dma_pool_alloc(phba->txrdy_payload_pool, in lpfc_nvmet_prep_fcp_wqe()
Dlpfc_init.c7548 if (phba->txrdy_payload_pool == NULL) { in lpfc_create_shost()
7549 phba->txrdy_payload_pool = dma_pool_create( in lpfc_create_shost()
7552 if (phba->txrdy_payload_pool) { in lpfc_create_shost()