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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dscsi_message.h23 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
H A Daic7xxx_core.c1250 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE)
1253 == MSG_ABORT_TAG)
2321 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
3339 case MSG_ABORT_TAG:
3351 if (ahc->msgin_buf[0] == MSG_ABORT_TAG)
H A Daic79xx_core.c2311 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE)
2327 sent_msg == MSG_ABORT_TAG ? "" : " Tag");
2329 if (sent_msg == MSG_ABORT_TAG)
3673 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG;
4648 case MSG_ABORT_TAG:
4660 if (ahd->msgin_buf[0] == MSG_ABORT_TAG)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Dscsi_message.h15 #define MSG_ABORT_TAG 0x0d /* O/O */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Ddc395x.h194 #define MSG_ABORT_TAG 0x0D macro
H A Dinitio.h480 #define MSG_ABORT_TAG 0x0D macro
H A Dinitio.c2113 TUL_WR(pCurHcb->HCS_Base + TUL_SFifo, MSG_ABORT_TAG);
H A Ddc395x.c2601 srb->msgout_buf[0] = MSG_ABORT_TAG;
H A Daic7xxx_old.c3107 * need not worry about linked next pointers because if was a MSG_ABORT_TAG
4505 p->msg_buf[p->msg_index++] = MSG_ABORT_TAG;
5697 if ((message == MSG_ABORT) || (message == MSG_ABORT_TAG))

Completed in 218 milliseconds