Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c665 if (!afu || !cfg->mcctx) { in term_mc()
673 rc = cxl_stop_context(cfg->mcctx); in term_mc()
676 cxl_unmap_afu_irq(cfg->mcctx, 3, afu); in term_mc()
678 cxl_unmap_afu_irq(cfg->mcctx, 2, afu); in term_mc()
680 cxl_unmap_afu_irq(cfg->mcctx, 1, afu); in term_mc()
682 cxl_free_afu_irqs(cfg->mcctx); in term_mc()
684 cfg->mcctx = NULL; in term_mc()
1358 rc = cxl_start_context(cfg->mcctx, in start_context()
1480 afu->ctx_hndl = (u16) cxl_process_element(cfg->mcctx); in init_pcr()
1633 cfg->mcctx = ctx; in init_mc()
[all …]
Dcommon.h94 struct cxl_context *mcctx; member