Searched refs:MSG_ABORT_TAG (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/aic7xxx/
H A Dscsi_message.h23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
H A Daic7xxx_core.c1828 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE)
1831 == MSG_ABORT_TAG)
2920 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
3942 case MSG_ABORT_TAG:
3954 if (ahc->msgin_buf[0] == MSG_ABORT_TAG)
H A Daic79xx_core.c3072 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE)
3088 sent_msg == MSG_ABORT_TAG ? "" : " Tag");
3090 if (sent_msg == MSG_ABORT_TAG)
4469 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG;
5448 case MSG_ABORT_TAG:
5460 if (ahd->msgin_buf[0] == MSG_ABORT_TAG)
/drivers/scsi/aic7xxx_old/
H A Dscsi_message.h15 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
/drivers/scsi/
H A Ddc395x.h197 #define MSG_ABORT_TAG 0x0D macro
H A Dinitio.h450 #define MSG_ABORT_TAG 0x0D macro
H A Dinitio.c2066 outb(MSG_ABORT_TAG, host->addr + TUL_SFifo);
H A Ddc395x.c2677 srb->msgout_buf[0] = MSG_ABORT_TAG;
H A Daic7xxx_old.c3100 * need not worry about linked next pointers because if was a MSG_ABORT_TAG
4506 p->msg_buf[p->msg_index++] = MSG_ABORT_TAG;
5715 if ((message == MSG_ABORT) || (message == MSG_ABORT_TAG))

Completed in 130 milliseconds