Searched refs:ZFCP_STATUS_COMMON_NOESC (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_def.h72 #define ZFCP_STATUS_COMMON_NOESC 0x00200000 macro
H A Dzfcp_fc.c601 if (!(atomic_read(&port->status) & ZFCP_STATUS_COMMON_NOESC))
604 atomic_clear_mask(ZFCP_STATUS_COMMON_NOESC, &port->status);
660 ZFCP_STATUS_COMMON_NOESC, d_id);
H A Dzfcp_erp.c898 if (port->d_id && !(p_status & ZFCP_STATUS_COMMON_NOESC)) {
912 if ((p_status & ZFCP_STATUS_COMMON_NOESC) &&
1026 if (atomic_read(&port->status) & ZFCP_STATUS_COMMON_NOESC) {

Completed in 29 milliseconds