Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dsuperpipe.c155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function
654 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_release()
907 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_detach()
1007 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_release()
1009 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE); in cxlflash_cxl_release()
1122 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_mmap_fault()
1195 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_mmap()
1360 ctxi = get_context(cfg, rctxid, NULL, 0); in cxlflash_disk_attach()
1689 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in cxlflash_afu_recover()
1853 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_verify()
[all …]
Dbackend.h30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
Dsuperpipe.h135 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
Dcxl_hw.c163 .get_context = cxlflash_get_context,
Dvlun.c770 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize()
1021 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open()
1230 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone()
1231 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0); in cxlflash_disk_clone()
Docxl_hw.c1384 .get_context = ocxlflash_get_context,
Dmain.c1995 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie); in init_mc()