Home
last modified time | relevance | path

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

/openbsd/src/sys/scsi/
Dscsi_message.h24 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
/openbsd/src/sys/dev/ic/
Daic7xxx_cam.h69 #define MSG_ABORT_TASK MSG_ABORT_TAG
Daic7xxx.c1292 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) in ahc_handle_scsiint()
1295 == MSG_ABORT_TAG) in ahc_handle_scsiint()
2357 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
3389 case MSG_ABORT_TAG: in ahc_parse_msg()
3401 if (ahc->msgin_buf[0] == MSG_ABORT_TAG) in ahc_parse_msg()
Daic79xx.c2205 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE) in ahd_handle_nonpkt_busfree()
2221 sent_msg == MSG_ABORT_TAG ? "" : " Tag"); in ahd_handle_nonpkt_busfree()
2223 if (sent_msg == MSG_ABORT_TAG) in ahd_handle_nonpkt_busfree()
3626 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG; in ahd_setup_initiator_msgout()
4615 case MSG_ABORT_TAG: in ahd_parse_msg()
4627 if (ahd->msgin_buf[0] == MSG_ABORT_TAG) in ahd_parse_msg()
Dtrm.c1496 trm_EnableMsgOut(sc, MSG_ABORT_TAG); in trm_MsgInPhase0()
Diha.c1785 abortmsg = MSG_ABORT_TAG; /* Now that we have valdid tag! */ in iha_resel()