MSG_ABORT_TAG
if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE)
sent_msg == MSG_ABORT_TAG ? "" : " Tag");
if (sent_msg == MSG_ABORT_TAG)
ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG;
case MSG_ABORT_TAG:
if (ahd->msgin_buf[0] == MSG_ABORT_TAG)
if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE)
== MSG_ABORT_TAG)
ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
case MSG_ABORT_TAG:
if (ahc->msgin_buf[0] == MSG_ABORT_TAG)
abortmsg = MSG_ABORT_TAG; /* Now that we have valid tag! */
#ifndef MSG_ABORT_TAG
case MSG_ABORT_TAG:
njsc32_add_msgout(sc, MSG_ABORT_TAG);
case MSG_ABORT_TAG: /* 0x0d I->T only */
sc->sc_msgbuf[0] = MSG_ABORT_TAG;
sc->sc_msgbuf[0] = MSG_ABORT_TAG;