Searched refs:MSG_ABORT_TAG (Results 1 – 9 of 9) sorted by relevance
15 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
1828 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()
3072 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()
197 #define MSG_ABORT_TAG 0x0D macro
450 #define MSG_ABORT_TAG 0x0D macro
2066 outb(MSG_ABORT_TAG, host->addr + TUL_SFifo); in initio_msgout_abort_tag()
4512 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()
2676 srb->msgout_buf[0] = MSG_ABORT_TAG; in msgin_qtag()