Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Dscsi_message.h15 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
/drivers/scsi/aic7xxx/
Dscsi_message.h23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
Daic7xxx_core.c1828 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) in ahc_handle_scsiint()
1831 == MSG_ABORT_TAG) in ahc_handle_scsiint()
2921 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
3943 case MSG_ABORT_TAG: in ahc_parse_msg()
3955 if (ahc->msgin_buf[0] == MSG_ABORT_TAG) in ahc_parse_msg()
Daic79xx_core.c3072 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE) in ahd_handle_nonpkt_busfree()
3088 sent_msg == MSG_ABORT_TAG ? "" : " Tag"); in ahd_handle_nonpkt_busfree()
3090 if (sent_msg == MSG_ABORT_TAG) in ahd_handle_nonpkt_busfree()
4460 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG; in ahd_setup_initiator_msgout()
5439 case MSG_ABORT_TAG: in ahd_parse_msg()
5451 if (ahd->msgin_buf[0] == MSG_ABORT_TAG) in ahd_parse_msg()
/drivers/scsi/
Ddc395x.h197 #define MSG_ABORT_TAG 0x0D macro
Dinitio.h450 #define MSG_ABORT_TAG 0x0D macro
Dinitio.c2066 outb(MSG_ABORT_TAG, host->addr + TUL_SFifo); in initio_msgout_abort_tag()
Daic7xxx_old.c4512 p->msg_buf[p->msg_index++] = MSG_ABORT_TAG; in aic7xxx_handle_seqint()
5721 if ((message == MSG_ABORT) || (message == MSG_ABORT_TAG)) in aic7xxx_handle_scsiint()
Ddc395x.c2676 srb->msgout_buf[0] = MSG_ABORT_TAG; in msgin_qtag()