Searched refs:nvmebuf (Results 1 – 2 of 2) sorted by relevance
375 struct rqb_dmabuf *nvmebuf; in lpfc_nvmet_ctxbuf_post() local396 nvmebuf = ctxp->rqb_buffer; in lpfc_nvmet_ctxbuf_post()398 if (nvmebuf) { in lpfc_nvmet_ctxbuf_post()403 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, in lpfc_nvmet_ctxbuf_post()404 nvmebuf); in lpfc_nvmet_ctxbuf_post()408 lpfc_rq_buf_free(phba, &nvmebuf->hbuf); in lpfc_nvmet_ctxbuf_post()419 nvmebuf, struct rqb_dmabuf, in lpfc_nvmet_ctxbuf_post()425 fc_hdr = (struct fc_frame_header *)(nvmebuf->hbuf.virt); in lpfc_nvmet_ctxbuf_post()428 size = nvmebuf->bytes_recv; in lpfc_nvmet_ctxbuf_post()443 ctxp->rqb_buffer = (void *)nvmebuf; in lpfc_nvmet_ctxbuf_post()[all …]
565 struct rqb_dmabuf *nvmebuf, uint64_t isr_ts,