Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_erp.c23 ZFCP_STATUS_ERP_LOWMEM = 0x00400000, enumerator
1182 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) { in zfcp_erp_action_dequeue()
1184 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM; in zfcp_erp_action_dequeue()
1292 if (!(erp_action->status & ZFCP_STATUS_ERP_LOWMEM)) { in zfcp_erp_strategy()
1294 erp_action->status |= ZFCP_STATUS_ERP_LOWMEM; in zfcp_erp_strategy()
1305 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) { in zfcp_erp_strategy()
1307 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM; in zfcp_erp_strategy()