Home
last modified time | relevance | path

Searched refs:ctx_err_recovery (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/cxlflash/
Dcommon.h142 struct list_head ctx_err_recovery; /* contexts w/ recovery pending */ member
Dsuperpipe.c113 if (!found && list_empty(&cfg->ctx_err_recovery)) in cxlflash_stop_term_user_contexts()
137 list_for_each_entry(ctxi, &cfg->ctx_err_recovery, list) in find_error_context()
1250 list_add(&ctxi->list, &cfg->ctx_err_recovery); in cxlflash_mark_contexts_error()
Dmain.c3736 INIT_LIST_HEAD(&cfg->ctx_err_recovery); in cxlflash_probe()