Searched refs:ctxbuf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | r535.c | 55 } ctxbuf[R515_GR_MAX_CTXBUFS]; member 149 const bool alloc = golden || !gr->ctxbuf[i].global; in r535_gr_promote_ctx() 152 entry->bufferId = gr->ctxbuf[i].bufferId; in r535_gr_promote_ctx() 153 entry->bInitialize = gr->ctxbuf[i].init && alloc; in r535_gr_promote_ctx() 156 ret = nvkm_memory_new(device, gr->ctxbuf[i].init ? in r535_gr_promote_ctx() 158 gr->ctxbuf[i].size, 1 << gr->ctxbuf[i].page, in r535_gr_promote_ctx() 159 gr->ctxbuf[i].init, &pmem[i]); in r535_gr_promote_ctx() 163 if (gr->ctxbuf[i].bufferId == in r535_gr_promote_ctx() 167 if (gr->ctxbuf[i].bufferId == in r535_gr_promote_ctx() 177 .ro = gr->ctxbuf[i].ro, in r535_gr_promote_ctx() [all …]
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 225 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 …]
|
D | lpfc_nvme.h | 214 struct lpfc_nvmet_ctxbuf *ctxbuf; member
|
D | lpfc_init.c | 1155 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_hba_down_post_s4()
|
D | lpfc_sli.c | 21428 sglq = ctxp->ctxbuf->sglq; in lpfc_sli4_issue_wqe()
|