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)
#define MSG_ABORT_TASK MSG_ABORT_TAG
abortmsg = MSG_ABORT_TAG; /* Now that we have valdid tag! */
trm_EnableMsgOut(sc, MSG_ABORT_TAG);