Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxlflash/
H A Dbackend.h27 int (*stop_context)(void *ctx_cookie); member
H A Dcxl_hw.c160 .stop_context = cxlflash_stop_context,
H A Dsuperpipe.c1493 cfg->ops->stop_context(ctx); in cxlflash_disk_attach()
1615 cfg->ops->stop_context(ctx); in recover_context()
H A Docxl_hw.c1382 .stop_context = ocxlflash_stop_context,
H A Dmain.c793 WARN_ON(cfg->ops->stop_context(hwq->ctx_cookie)); in term_mc()