LK_SLASSERT
LK_SLASSERT(spipe != NULL && xfer != NULL, sc, spipe, xfer, return
LK_SLASSERT(t->flags & F_ACTIVE, sc, NULL, NULL, return);
LK_SLASSERT(t->flags & (F_AINPROG|F_BINPROG), sc, NULL, NULL,
LK_SLASSERT((t->flags & (F_AINPROG|F_BINPROG)) !=
LK_SLASSERT(xfer != NULL, sc, spipe, NULL, return);
LK_SLASSERT(spipe->newlen[1] != 0, sc, spipe, xfer,
LK_SLASSERT(xfer->ux_length >= xfer->ux_actlen, sc,
LK_SLASSERT(xfer->ux_actlen +
LK_SLASSERT(xfer->ux_actlen <= xfer->ux_length, sc,
LK_SLASSERT(spipe->xfer != NULL, sc, spipe, NULL, return);
LK_SLASSERT(spipe->ptype != PT_ROOT_CTRL && spipe->ptype !=
LK_SLASSERT(xfer != NULL, sc, spipe, NULL, return);