Lines Matching refs:ctxid
502 ctx_hndl_t ctxid, in grow_lxt() argument
594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt()
631 ctx_hndl_t ctxid = DECODE_CTXID(ctxi->ctxid); in shrink_lxt() local
676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt()
743 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize() local
758 __func__, ctxid, resize->rsrc_handle, resize->req_size, in _cxlflash_vlun_resize()
773 __func__, ctxid); in _cxlflash_vlun_resize()
790 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize()
802 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_vlun_resize()
983 u64 ctxid = DECODE_CTXID(virt->context_id), in cxlflash_disk_virtual_open() local
994 dev_dbg(dev, "%s: ctxid=%llu ls=%llu\n", __func__, ctxid, lun_size); in cxlflash_disk_virtual_open()
1023 dev_err(dev, "%s: Bad context ctxid=%llu\n", __func__, ctxid); in cxlflash_disk_virtual_open()
1031 __func__, ctxid); in cxlflash_disk_virtual_open()
1093 ctx_hndl_t ctxid, in clone_lxt() argument
1151 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in clone_lxt()