Searched refs:MSG_PARITY_ERROR (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/include/scsi/ |
D | scsi_status.h | 20 MSG_PARITY_ERROR = 0x09, enumerator
|
/Linux-v6.6/drivers/scsi/ |
D | FlashPoint.c | 2233 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()
|
D | initio.c | 1790 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()
|
D | mesh.c | 1069 ms->msgout[0] = MSG_PARITY_ERROR; in handle_error()
|
D | ncr53c8xx.c | 6026 msg = MSG_PARITY_ERROR; in ncr_int_par()
|
/Linux-v6.6/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 737 #define M_PARITY MSG_PARITY_ERROR
|
/Linux-v6.6/drivers/scsi/arm/ |
D | fas216.c | 1280 msgqueue_addmsg(&info->scsi.msgs, 1, MSG_PARITY_ERROR); in fas216_message()
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 94 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" }, 3270 ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR); in ahc_handle_message_phase()
|
D | aic79xx_core.c | 83 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" }, 2822 msg_out = MSG_PARITY_ERROR; in ahd_handle_transmission_error()
|