Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_erp.c63 ZFCP_ERP_FAILED = 1, enumerator
770 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
790 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
811 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
818 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
825 if (zfcp_erp_adapter_strat_fsf_xconf(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
826 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
828 if (zfcp_erp_adapter_strategy_open_fsf_xport(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
829 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
833 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
[all …]