Lines Matching refs:txrdy
332 if (ctxp->txrdy) { in lpfc_nvmet_ctxbuf_post()
333 dma_pool_free(phba->txrdy_payload_pool, ctxp->txrdy, in lpfc_nvmet_ctxbuf_post()
335 ctxp->txrdy = NULL; in lpfc_nvmet_ctxbuf_post()
364 ctxp->txrdy = NULL; in lpfc_nvmet_ctxbuf_post()
1992 ctxp->txrdy = NULL; in lpfc_nvmet_unsol_fcp_buffer()
2301 uint32_t *txrdy; in lpfc_nvmet_prep_fcp_wqe() local
2464 txrdy = dma_pool_alloc(phba->txrdy_payload_pool, in lpfc_nvmet_prep_fcp_wqe()
2466 if (!txrdy) { in lpfc_nvmet_prep_fcp_wqe()
2472 ctxp->txrdy = txrdy; in lpfc_nvmet_prep_fcp_wqe()
2515 txrdy[0] = 0; in lpfc_nvmet_prep_fcp_wqe()
2516 txrdy[1] = cpu_to_be32(rsp->transfer_length); in lpfc_nvmet_prep_fcp_wqe()
2517 txrdy[2] = 0; in lpfc_nvmet_prep_fcp_wqe()