Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/scsi/
Dzfcp_erp.c43 ZFCP_ERP_FAILED = 1, enumerator
749 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
769 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
791 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
798 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
806 if (zfcp_erp_adapter_strat_fsf_xconf(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
807 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
809 if (zfcp_erp_adapter_strategy_open_fsf_xport(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
810 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
814 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
[all …]