TARF_TAG
((sc->sc_c.targets[target]->flags & TARF_TAG) ?
((siop_target->target_c.flags & TARF_TAG) ?
if (siop_target->target_c.flags & TARF_TAG) {
siop_target->flags &= ~TARF_TAG;
*targ_flags |= TARF_TAG;
*targ_flags &= ~TARF_TAG;
(*targ_flags & TARF_TAG) &&
(siop_target->flags & TARF_TAG) ? "tagged " : "",