DDP_SC_REQ
if (toep->ddp.flags & DDP_SC_REQ)
toep->ddp.flags ^= DDP_ON | DDP_SC_REQ;
KASSERT((toep->ddp.flags & (DDP_ON | DDP_OK | DDP_SC_REQ)) == DDP_OK,
toep->ddp.flags |= DDP_SC_REQ;
if ((toep->ddp.flags & DDP_SC_REQ) == 0)
if ((toep->ddp.flags & (DDP_ON | DDP_SC_REQ)) != DDP_ON) {