Searched refs:MSG_ABORT_TAG (Results 1 – 7 of 7) sorted by relevance
23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
1821 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) in ahc_handle_scsiint()1824 == MSG_ABORT_TAG) in ahc_handle_scsiint()2897 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()3919 case MSG_ABORT_TAG: in ahc_parse_msg()3931 if (ahc->msgin_buf[0] == MSG_ABORT_TAG) in ahc_parse_msg()
3054 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE) in ahd_handle_nonpkt_busfree()3070 sent_msg == MSG_ABORT_TAG ? "" : " Tag"); in ahd_handle_nonpkt_busfree()3072 if (sent_msg == MSG_ABORT_TAG) in ahd_handle_nonpkt_busfree()4435 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG; in ahd_setup_initiator_msgout()5414 case MSG_ABORT_TAG: in ahd_parse_msg()5426 if (ahd->msgin_buf[0] == MSG_ABORT_TAG) in ahd_parse_msg()
198 #define MSG_ABORT_TAG 0x0D macro
450 #define MSG_ABORT_TAG 0x0D macro
2036 outb(MSG_ABORT_TAG, host->addr + TUL_SFifo); in initio_msgout_abort_tag()
2542 srb->msgout_buf[0] = MSG_ABORT_TAG; in msgin_qtag()