Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/cxlflash/
Dcommon.h138 struct list_head ctx_err_recovery; /* contexts w/ recovery pending */ member
Dsuperpipe.c109 if (!found && list_empty(&cfg->ctx_err_recovery)) in cxlflash_stop_term_user_contexts()
133 list_for_each_entry(ctxi, &cfg->ctx_err_recovery, list) in find_error_context()
1244 list_add(&ctxi->list, &cfg->ctx_err_recovery); in cxlflash_mark_contexts_error()
Dmain.c3710 INIT_LIST_HEAD(&cfg->ctx_err_recovery); in cxlflash_probe()