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

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_message.h23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
/freebsd-11.0-release/sys/dev/isp/
H A Disp_stds.h314 #ifndef MSG_ABORT_TAG
315 #define MSG_ABORT_TAG 0x0d macro
/freebsd-11.0-release/sys/dev/aic/
H A Daic.c511 aic_sched_msgout(aic, MSG_ABORT_TAG);
834 aic->msg_buf[0] == MSG_ABORT_TAG)
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic7xxx.c1266 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE)
1269 == MSG_ABORT_TAG)
2333 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
3438 case MSG_ABORT_TAG:
3450 if (ahc->msgin_buf[0] == MSG_ABORT_TAG)
H A Daic79xx.c2220 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE)
2236 sent_msg == MSG_ABORT_TAG ? "" : " Tag");
2238 if (sent_msg == MSG_ABORT_TAG)
3644 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG;
4635 case MSG_ABORT_TAG:
4647 if (ahd->msgin_buf[0] == MSG_ABORT_TAG)
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c4786 inot->arg = MSG_ABORT_TAG;
4798 inot->arg = MSG_ABORT_TAG;
/freebsd-11.0-release/sys/dev/ncr/
H A Dncr.c2828 SCR_LOAD_REG (scratcha, MSG_ABORT_TAG),
/freebsd-11.0-release/sys/dev/trm/
H A Dtrm.c1947 pSRB->MsgOutBuf[0] = MSG_ABORT_TAG;

Completed in 135 milliseconds