Searched refs:MSG_ABORT_TAG (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/cam/scsi/
H A Dscsi_message.h22 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
/freebsd-current/sys/dev/isp/
H A Disp_stds.h326 #ifndef MSG_ABORT_TAG
327 #define MSG_ABORT_TAG 0x0d macro
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c1257 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE)
1260 == MSG_ABORT_TAG)
2316 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
3415 case MSG_ABORT_TAG:
3427 if (ahc->msgin_buf[0] == MSG_ABORT_TAG)
H A Daic79xx.c2202 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE)
2218 sent_msg == MSG_ABORT_TAG ? "" : " Tag");
2220 if (sent_msg == MSG_ABORT_TAG)
3614 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG;
4600 case MSG_ABORT_TAG:
4612 if (ahd->msgin_buf[0] == MSG_ABORT_TAG)

Completed in 212 milliseconds