Home
last modified time | relevance | path

Searched refs:ctxi_src (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/cxlflash/
Dvlun.c1128 struct ctx_info *ctxi_src = NULL, in cxlflash_disk_clone() local
1158 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone()
1160 if (unlikely(!ctxi_src || !ctxi_dst)) { in cxlflash_disk_clone()
1167 if (unlikely(adap_fd_src != ctxi_src->lfd)) { in cxlflash_disk_clone()
1182 list_for_each_entry(lun_access_src, &ctxi_src->luns, list) { in cxlflash_disk_clone()
1205 if (unlikely(!ctxi_src->rht_out)) { in cxlflash_disk_clone()
1225 if (ctxi_src->rht_out == ctxi_dst->rht_out) in cxlflash_disk_clone()
1227 if (ctxi_src->rht_start[i].nmask == 0) in cxlflash_disk_clone()
1232 ctxi_dst->rht_start[i].nmask = ctxi_src->rht_start[i].nmask; in cxlflash_disk_clone()
1234 SISL_RHT_FP_CLONE(ctxi_src->rht_start[i].fp, perms); in cxlflash_disk_clone()
[all …]