Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Dscsi_message.h23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
Daic7xxx_core.c1821 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()
Daic79xx_core.c3054 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()
/kernel/linux/linux-5.10/drivers/scsi/
Ddc395x.h198 #define MSG_ABORT_TAG 0x0D macro
Dinitio.h450 #define MSG_ABORT_TAG 0x0D macro
Dinitio.c2036 outb(MSG_ABORT_TAG, host->addr + TUL_SFifo); in initio_msgout_abort_tag()
Ddc395x.c2542 srb->msgout_buf[0] = MSG_ABORT_TAG; in msgin_qtag()