Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_erp.c51 ZFCP_ERP_FAILED = 1, enumerator
674 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
694 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strat_fsf_xconf()
715 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
722 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf_xport()
729 if (zfcp_erp_adapter_strat_fsf_xconf(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
730 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
732 if (zfcp_erp_adapter_strategy_open_fsf_xport(act) == ZFCP_ERP_FAILED) in zfcp_erp_adapter_strategy_open_fsf()
733 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
737 return ZFCP_ERP_FAILED; in zfcp_erp_adapter_strategy_open_fsf()
[all …]