Lines Matching refs:ctxid
487 * @ctxid: Context ID of context owning the RHTE.
502 ctx_hndl_t ctxid,
594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC);
631 ctx_hndl_t ctxid = DECODE_CTXID(ctxi->ctxid);
676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);
743 u64 ctxid = DECODE_CTXID(resize->context_id),
757 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu req_size=%llu new_size=%llu\n",
758 __func__, ctxid, resize->rsrc_handle, resize->req_size,
772 dev_dbg(dev, "%s: Bad context ctxid=%llu\n",
773 __func__, ctxid);
790 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size);
802 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);
983 u64 ctxid = DECODE_CTXID(virt->context_id),
994 dev_dbg(dev, "%s: ctxid=%llu ls=%llu\n", __func__, ctxid, lun_size);
1023 dev_err(dev, "%s: Bad context ctxid=%llu\n", __func__, ctxid);
1030 dev_err(dev, "%s: too many opens ctxid=%llu\n",
1031 __func__, ctxid);
1084 * @ctxid: Context ID of context owning the RHTE.
1093 ctx_hndl_t ctxid,
1151 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC);