DDP_ON
int changed = !(toep->ddp.flags & DDP_ON) ^ cpl->ddp_off;
toep->ddp.flags ^= DDP_ON | DDP_SC_REQ;
toep->ddp.flags &= ~DDP_ON;
if (toep->ddp.flags & DDP_ON) {
KASSERT((toep->ddp.flags & (DDP_ON | DDP_OK | DDP_SC_REQ)) == DDP_OK,
if (sbavail(sb) == 0 && (toep->ddp.flags & DDP_ON) == 0) {
if ((toep->ddp.flags & (DDP_ON | DDP_SC_REQ)) != DDP_ON) {