Searched refs:ctxi_src (Results 1 – 1 of 1) sorted by relevance
1201 struct ctx_info *ctxi_src = NULL, in cxlflash_disk_clone() local1230 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone()1232 if (unlikely(!ctxi_src || !ctxi_dst)) { in cxlflash_disk_clone()1247 list_for_each_entry(lun_access_src, &ctxi_src->luns, list) { in cxlflash_disk_clone()1270 if (unlikely(!ctxi_src->rht_out)) { in cxlflash_disk_clone()1290 if (ctxi_src->rht_out == ctxi_dst->rht_out) in cxlflash_disk_clone()1292 if (ctxi_src->rht_start[i].nmask == 0) in cxlflash_disk_clone()1297 ctxi_dst->rht_start[i].nmask = ctxi_src->rht_start[i].nmask; in cxlflash_disk_clone()1299 SISL_RHT_FP_CLONE(ctxi_src->rht_start[i].fp, perms); in cxlflash_disk_clone()1300 ctxi_dst->rht_lun[i] = ctxi_src->rht_lun[i]; in cxlflash_disk_clone()[all …]