Searched refs:txrdy_payload_pool (Results 1 – 4 of 4) sorted by relevance
260 if (phba->txrdy_payload_pool) in lpfc_mem_free()261 dma_pool_destroy(phba->txrdy_payload_pool); in lpfc_mem_free()262 phba->txrdy_payload_pool = NULL; in lpfc_mem_free()
953 struct dma_pool *txrdy_payload_pool; member
333 dma_pool_free(phba->txrdy_payload_pool, ctxp->txrdy, in lpfc_nvmet_ctxbuf_post()2464 txrdy = dma_pool_alloc(phba->txrdy_payload_pool, in lpfc_nvmet_prep_fcp_wqe()
6938 if (phba->txrdy_payload_pool == NULL) { in lpfc_create_shost()6939 phba->txrdy_payload_pool = dma_pool_create( in lpfc_create_shost()6942 if (phba->txrdy_payload_pool) { in lpfc_create_shost()