Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dcommon.h116 struct list_head ctx_err_recovery; /* contexts w/ recovery pending */ member
Dsuperpipe.c98 if (!found && list_empty(&cfg->ctx_err_recovery)) in cxlflash_stop_term_user_contexts()
121 list_for_each_entry(ctxi, &cfg->ctx_err_recovery, list) in find_error_context()
1217 list_add(&ctxi->list, &cfg->ctx_err_recovery); in cxlflash_mark_contexts_error()
Dmain.c2417 INIT_LIST_HEAD(&cfg->ctx_err_recovery); in cxlflash_probe()