Lines Matching refs:ctxi_src
1205 struct ctx_info *ctxi_src = NULL, in cxlflash_disk_clone() local
1234 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone()
1236 if (unlikely(!ctxi_src || !ctxi_dst)) { in cxlflash_disk_clone()
1251 list_for_each_entry(lun_access_src, &ctxi_src->luns, list) { in cxlflash_disk_clone()
1274 if (unlikely(!ctxi_src->rht_out)) { in cxlflash_disk_clone()
1294 if (ctxi_src->rht_out == ctxi_dst->rht_out) in cxlflash_disk_clone()
1296 if (ctxi_src->rht_start[i].nmask == 0) in cxlflash_disk_clone()
1301 ctxi_dst->rht_start[i].nmask = ctxi_src->rht_start[i].nmask; in cxlflash_disk_clone()
1303 SISL_RHT_FP_CLONE(ctxi_src->rht_start[i].fp, perms); in cxlflash_disk_clone()
1304 ctxi_dst->rht_lun[i] = ctxi_src->rht_lun[i]; in cxlflash_disk_clone()
1308 &ctxi_src->rht_start[i]); in cxlflash_disk_clone()
1330 if (ctxi_src) in cxlflash_disk_clone()
1331 put_context(ctxi_src); in cxlflash_disk_clone()