Searched refs:ZFCP_STATUS_ERP_CLOSE_ONLY (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_erp.c23 ZFCP_STATUS_ERP_CLOSE_ONLY = 0x01000000, enumerator in enum:zfcp_erp_act_flags
241 act_status |= ZFCP_STATUS_ERP_CLOSE_ONLY;
254 act_status |= ZFCP_STATUS_ERP_CLOSE_ONLY;
266 act_status |= ZFCP_STATUS_ERP_CLOSE_ONLY;
945 if (act->status & ZFCP_STATUS_ERP_CLOSE_ONLY)
1112 if (erp_action->status & ZFCP_STATUS_ERP_CLOSE_ONLY)
1166 if (erp_action->status & ZFCP_STATUS_ERP_CLOSE_ONLY)
1322 (erp_status & ZFCP_STATUS_ERP_CLOSE_ONLY))
1326 !(erp_status & ZFCP_STATUS_ERP_CLOSE_ONLY))

Completed in 105 milliseconds