Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxlflash/
H A Dcommon.h97 STATE_FAILTERM /* Failed/terminating state, error out users/threads */ enumerator
H A Dmain.c601 case STATE_FAILTERM: in cxlflash_queuecommand()
968 cfg->state = STATE_FAILTERM; in cxlflash_remove()
2231 cfg->state = STATE_FAILTERM; in cxlflash_async_reset_host()
2508 cfg->state = STATE_FAILTERM; in cxlflash_eh_host_reset_handler()
2990 cfg->state = STATE_FAILTERM; in num_hwqs_store()
3788 if (cfg->state == STATE_FAILTERM) in cxlflash_pci_error_detected()
3801 cfg->state = STATE_FAILTERM; in cxlflash_pci_error_detected()
H A Dsuperpipe.c1294 case STATE_FAILTERM: in check_state()
2063 if (unlikely(rc) && (cfg->state == STATE_FAILTERM)) { in ioctl_common()