Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_erp.c23 ZFCP_STATUS_ERP_LOWMEM = 0x00400000, enumerator
1243 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) { in zfcp_erp_action_dequeue()
1245 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM; in zfcp_erp_action_dequeue()
1416 if (!(erp_action->status & ZFCP_STATUS_ERP_LOWMEM)) { in zfcp_erp_strategy()
1418 erp_action->status |= ZFCP_STATUS_ERP_LOWMEM; in zfcp_erp_strategy()
1429 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) { in zfcp_erp_strategy()
1431 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM; in zfcp_erp_strategy()