Searched refs:MSG_INITIATOR_DET_ERR (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | scsi_message.h | 7 #define MSG_INITIATOR_DET_ERR 0x05 /* M/M */ macro
|
/drivers/scsi/aic7xxx/ |
D | scsi_message.h | 13 #define MSG_INITIATOR_DET_ERR 0x05 /* M/M */ macro
|
D | aic79xx_core.c | 85 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" }, 87 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" }, 90 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" }, 2713 msg_out = MSG_INITIATOR_DET_ERR; in ahd_handle_transmission_error() 2852 if (scb != NULL && msg_out == MSG_INITIATOR_DET_ERR) in ahd_handle_transmission_error() 3230 MSG_INITIATOR_DET_ERR, TRUE)) { in ahd_handle_nonpkt_busfree() 4775 && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR) in ahd_handle_message_phase()
|
D | aic7xxx_core.c | 95 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" }, 97 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" }, 100 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" }, 1694 mesg_out = MSG_INITIATOR_DET_ERR; in ahc_handle_scsiint()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 5946 mesg_out = MSG_INITIATOR_DET_ERR; in aic7xxx_handle_scsiint() 5956 mesg_out = MSG_INITIATOR_DET_ERR; in aic7xxx_handle_scsiint()
|