Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_status.h20 MSG_PARITY_ERROR = 0x09, enumerator
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h737 #define M_PARITY MSG_PARITY_ERROR
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c2233 pCurrSCCB->Sccb_scsimsg = MSG_PARITY_ERROR; in FPT_sfm()
2733 FPT_SendMsg(port, MSG_PARITY_ERROR); in FPT_sres()
3014 if (currSCCB->Sccb_scsimsg != MSG_PARITY_ERROR) in FPT_sdecm()
3084 if (pCurrSCCB->Sccb_scsimsg != MSG_PARITY_ERROR) in FPT_shandem()
3090 if (pCurrSCCB->Sccb_scsimsg == MSG_PARITY_ERROR) in FPT_shandem()
3197 if ((sync_msg == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) { in FPT_stsyncn()
3207 if ((offset == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) { in FPT_stsyncn()
3414 if ((width == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) { in FPT_stwidn()
4251 if (message == MSG_PARITY_ERROR) { in FPT_phaseMsgOut()
4297 if (currSCCB->Sccb_scsimsg != MSG_PARITY_ERROR) in FPT_phaseMsgIn()
H A Dinitio.c1790 outb(MSG_PARITY_ERROR, host->addr + TUL_SFifo); in initio_status_msg()
1803 outb(MSG_PARITY_ERROR, host->addr + TUL_SFifo); in initio_status_msg()
H A Dmesh.c1069 ms->msgout[0] = MSG_PARITY_ERROR; in handle_error()
H A Dncr53c8xx.c6026 msg = MSG_PARITY_ERROR; in ncr_int_par()
/openbmc/linux/drivers/scsi/arm/
H A Dfas216.c1280 msgqueue_addmsg(&info->scsi.msgs, 1, MSG_PARITY_ERROR); in fas216_message()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c94 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
3270 ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR); in ahc_handle_message_phase()
H A Daic79xx_core.c83 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
2822 msg_out = MSG_PARITY_ERROR; in ahd_handle_transmission_error()