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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_erp.c1168 if (!(erp_action->status & ZFCP_STATUS_ERP_LOWMEM)) {
1170 erp_action->status |= ZFCP_STATUS_ERP_LOWMEM;
1193 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) {
1195 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM;
3082 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) {
3084 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM;
H A Dzfcp_def.h665 #define ZFCP_STATUS_ERP_LOWMEM 0x00400000 macro

Completed in 38 milliseconds