Searched refs:MSG_ABORT_TAG (Results 1 – 7 of 7) sorted by relevance
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()2920 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()3942 case MSG_ABORT_TAG: in ahc_parse_msg()3954 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()4469 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG; in ahd_setup_initiator_msgout()5448 case MSG_ABORT_TAG: in ahd_parse_msg()5460 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()
2677 srb->msgout_buf[0] = MSG_ABORT_TAG; in msgin_qtag()