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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_erp.c93 if (atomic_read(&unit->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
101 if (atomic_read(&port->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
115 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
135 if (u_status & ZFCP_STATUS_COMMON_ERP_INUSE)
151 if (p_status & ZFCP_STATUS_COMMON_ERP_INUSE)
162 if (a_status & ZFCP_STATUS_COMMON_ERP_INUSE)
184 atomic_set_mask(ZFCP_STATUS_COMMON_ERP_INUSE, &unit->status);
195 atomic_set_mask(ZFCP_STATUS_COMMON_ERP_INUSE, &port->status);
204 atomic_set_mask(ZFCP_STATUS_COMMON_ERP_INUSE, &adapter->status);
1169 atomic_clear_mask(ZFCP_STATUS_COMMON_ERP_INUSE,
[all...]
H A Dzfcp_sysfs.c59 ZFCP_STATUS_COMMON_ERP_INUSE) != 0);
65 ZFCP_STATUS_COMMON_ERP_INUSE) != 0);
74 ZFCP_STATUS_COMMON_ERP_INUSE) != 0);
H A Dzfcp_def.h69 #define ZFCP_STATUS_COMMON_ERP_INUSE 0x01000000 macro

Completed in 53 milliseconds