Home
last modified time | relevance | path

Searched refs:MSG_PARITY_ERROR (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx_old/
Dscsi_message.h11 #define MSG_PARITY_ERROR 0x09 /* M/M */ macro
/linux-3.4.99/drivers/scsi/aic7xxx/
Dscsi_message.h18 #define MSG_PARITY_ERROR 0x09 /* M/M */ macro
Daic7xxx_core.c101 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
3295 ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR); in ahc_handle_message_phase()
Daic79xx_core.c91 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
2841 msg_out = MSG_PARITY_ERROR; in ahd_handle_transmission_error()
/linux-3.4.99/drivers/scsi/
Ddc395x.h193 #define MSG_PARITY_ERROR 0x09 macro
Dmesh.c1072 ms->msgout[0] = MSG_PARITY_ERROR; in handle_error()
Dncr53c8xx.c6201 msg = MSG_PARITY_ERROR; in ncr_int_par()
Daic7xxx_old.c5954 mesg_out = MSG_PARITY_ERROR; in aic7xxx_handle_scsiint()
/linux-3.4.99/include/scsi/
Dscsi.h394 #define MSG_PARITY_ERROR 0x09 macro
/linux-3.4.99/drivers/scsi/sym53c8xx_2/
Dsym_defs.h750 #define M_PARITY MSG_PARITY_ERROR
/linux-3.4.99/include/trace/events/
Dscsi.h153 scsi_msgbyte_name(MSG_PARITY_ERROR), \
/linux-3.4.99/drivers/scsi/arm/
Dfas216.c1275 msgqueue_addmsg(&info->scsi.msgs, 1, MSG_PARITY_ERROR); in fas216_message()
/linux-3.4.99/drivers/scsi/aacraid/
Daachba.c2689 scsicmd->result = DID_PARITY << 16 | MSG_PARITY_ERROR << 8; in aac_srb_callback()