Lines Matching refs:ctxid
506 ctx_hndl_t ctxid, in grow_lxt() argument
595 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt()
628 ctx_hndl_t ctxid = DECODE_CTXID(ctxi->ctxid); in shrink_lxt() local
673 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt()
740 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize() local
755 "new_size=%llx\n", __func__, ctxid, resize->rsrc_handle, in _cxlflash_vlun_resize()
769 pr_debug("%s: Bad context! (%llu)\n", __func__, ctxid); in _cxlflash_vlun_resize()
785 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize()
934 u64 ctxid = DECODE_CTXID(virt->context_id), in cxlflash_disk_virtual_open() local
945 pr_debug("%s: ctxid=%llu ls=0x%llx\n", __func__, ctxid, lun_size); in cxlflash_disk_virtual_open()
976 dev_err(dev, "%s: Bad context! (%llu)\n", __func__, ctxid); in cxlflash_disk_virtual_open()
1043 ctx_hndl_t ctxid, in clone_lxt() argument
1100 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in clone_lxt()