Home
last modified time | relevance | path

Searched refs:ctxbuf (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgr.c80 const bool alloc = golden || !gr->ctxbuf[i].global; in r535_gr_promote_ctx()
83 entry->bufferId = gr->ctxbuf[i].bufferId; in r535_gr_promote_ctx()
84 entry->bInitialize = gr->ctxbuf[i].init && alloc; in r535_gr_promote_ctx()
87 ret = nvkm_memory_new(device, gr->ctxbuf[i].init ? in r535_gr_promote_ctx()
89 gr->ctxbuf[i].size, 1 << gr->ctxbuf[i].page, in r535_gr_promote_ctx()
90 gr->ctxbuf[i].init, &pmem[i]); in r535_gr_promote_ctx()
94 if (gr->ctxbuf[i].bufferId == in r535_gr_promote_ctx()
98 if (gr->ctxbuf[i].bufferId == in r535_gr_promote_ctx()
108 .ro = gr->ctxbuf[i].ro, in r535_gr_promote_ctx()
112 ret = nvkm_vmm_get_locked(vmm, false, true, false, 0, gr->ctxbuf[i].align, in r535_gr_promote_ctx()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/
H A Dgr.c84 nvkm_vmm_put(gr->scrubber.vmm, &gr->scrubber.ctxbuf.vma[i]); in r570_gr_scrubber_fini()
85 nvkm_memory_unref(&gr->scrubber.ctxbuf.mem[i]); in r570_gr_scrubber_fini()
142 ret = r535_gr_promote_ctx(gr, false, gr->scrubber.vmm, gr->scrubber.ctxbuf.mem, in r570_gr_scrubber_init()
143 gr->scrubber.ctxbuf.vma, &gr->scrubber.chan); in r570_gr_scrubber_init()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Dgr.h33 } ctxbuf[R515_GR_MAX_CTXBUFS]; member
47 } ctxbuf; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_nvmet_get_ctx_for_xri()
451 ctxp->ctxbuf = ctx_buf; in lpfc_nvmet_ctxbuf_post()
773 ctxp->oxid, ctxp->ctxbuf->sglq->sli4_xritag, in lpfc_nvmet_xmt_fcp_op_cmp()
1236 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_nvmet_xmt_fcp_release()
1584 ctx_buf->context->ctxbuf = ctx_buf; in lpfc_nvmet_setup_io_context()
1805 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_sli4_nvmet_xri_aborted()
1833 ctxp->ctxbuf->sglq->sli4_lxritag, in lpfc_sli4_nvmet_xri_aborted()
1842 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_sli4_nvmet_xri_aborted()
1899 xri = ctxp->ctxbuf->sglq->sli4_xritag; in lpfc_nvmet_rcv_unsol_abort()
1968 xri = ctxp->ctxbuf->sglq->sli4_xritag; in lpfc_nvmet_rcv_unsol_abort()
[all …]
H A Dlpfc_nvme.h214 struct lpfc_nvmet_ctxbuf *ctxbuf; member
H A Dlpfc_init.c1155 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_hba_down_post_s4()
H A Dlpfc_sli.c21494 sglq = ctxp->ctxbuf->sglq; in lpfc_sli4_issue_wqe()