Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_erp.c62 ZFCP_ERP_FAILED = 1, enumerator
743 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
763 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
784 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
791 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
798 if (zfcp_erp_adapter_strat_fsf_xconf(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
799 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
801 if (zfcp_erp_adapter_strategy_open_fsf_xport(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
802 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
806 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
[all …]