RQ_COMPLETION_SUSP
seq_print_rq_state_bit(m, s & RQ_COMPLETION_SUSP, &sep, "suspended");
(s & RQ_COMPLETION_SUSP)) {
if (drbd_suspended(device) && !((s | clear) & RQ_COMPLETION_SUSP))
set |= RQ_COMPLETION_SUSP;
if (!(s & RQ_COMPLETION_SUSP) && (set & RQ_COMPLETION_SUSP))
if ((s & RQ_COMPLETION_SUSP) && (clear & RQ_COMPLETION_SUSP))
RQ_NET_OK|RQ_NET_PENDING|RQ_COMPLETION_SUSP,
mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0);
RQ_COMPLETION_SUSP|RQ_LOCAL_COMPLETED,
mod_rq_state(req, m, RQ_COMPLETION_SUSP, 0);
mod_rq_state(req, m, RQ_COMPLETION_SUSP, RQ_NET_QUEUED|RQ_NET_PENDING);
mod_rq_state(req, m, RQ_COMPLETION_SUSP,