ZFCP_STATUS_COMMON_NOESC
if (port->d_id && !(p_status & ZFCP_STATUS_COMMON_NOESC)) {
if ((p_status & ZFCP_STATUS_COMMON_NOESC) &&
if (atomic_read(&port->status) & ZFCP_STATUS_COMMON_NOESC) {
if (p_status & ZFCP_STATUS_COMMON_NOESC)
if (!(atomic_read(&port->status) & ZFCP_STATUS_COMMON_NOESC))
atomic_andnot(ZFCP_STATUS_COMMON_NOESC, &port->status);
ZFCP_STATUS_COMMON_NOESC, d_id);