Searched refs:rctxid (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | superpipe.c | 132 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context() argument 138 if ((ctxi->ctxid == rctxid) || (ctxi->file == file)) in find_error_context() 159 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() argument 167 u64 ctxid = DECODE_CTXID(rctxid); in get_context() 185 (!file && (ctxi->ctxid != rctxid))) in get_context() 190 ctxi = find_error_context(cfg, rctxid, file); in get_context() 232 "ctx_ctrl=%u\n", __func__, rctxid, ctxi, ctxpid, pid, in get_context() 651 rctxid = release->context_id; in _cxlflash_disk_release() local 660 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_release() 908 rctxid = detach->context_id; in _cxlflash_disk_detach() local [all …]
|
D | vlun.c | 748 rctxid = resize->context_id; in _cxlflash_vlun_resize() local 774 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize() 988 rctxid = virt->context_id; in cxlflash_disk_virtual_open() local 1025 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open()
|