Lines Matching refs:mcctx
665 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()
1639 rc = cxl_afu_reset(cfg->mcctx); in init_mc()
1728 afu->afu_map = cxl_psa_map(cfg->mcctx); in init_afu()