Searched refs:MSG_PARITY_ERROR (Results 1 – 9 of 9) sorted by relevance
| /linux/include/scsi/ |
| A D | scsi_status.h | 20 MSG_PARITY_ERROR = 0x09, enumerator
|
| /linux/drivers/scsi/ |
| A D | FlashPoint.c | 2233 pCurrSCCB->Sccb_scsimsg = MSG_PARITY_ERROR; in FPT_sfm() 2732 FPT_SendMsg(port, MSG_PARITY_ERROR); in FPT_sres() 3013 if (currSCCB->Sccb_scsimsg != MSG_PARITY_ERROR) in FPT_sdecm() 3083 if (pCurrSCCB->Sccb_scsimsg != MSG_PARITY_ERROR) in FPT_shandem() 3089 if (pCurrSCCB->Sccb_scsimsg == MSG_PARITY_ERROR) in FPT_shandem() 3196 if ((sync_msg == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) { in FPT_stsyncn() 3206 if ((offset == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) { in FPT_stsyncn() 3413 if ((width == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) { in FPT_stwidn() 4250 if (message == MSG_PARITY_ERROR) { in FPT_phaseMsgOut() 4296 if (currSCCB->Sccb_scsimsg != MSG_PARITY_ERROR) in FPT_phaseMsgIn()
|
| A D | initio.c | 1789 outb(MSG_PARITY_ERROR, host->addr + TUL_SFifo); in initio_status_msg() 1802 outb(MSG_PARITY_ERROR, host->addr + TUL_SFifo); in initio_status_msg()
|
| A D | mesh.c | 1069 ms->msgout[0] = MSG_PARITY_ERROR; in handle_error()
|
| A D | ncr53c8xx.c | 6026 msg = MSG_PARITY_ERROR; in ncr_int_par()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| A D | sym_defs.h | 737 #define M_PARITY MSG_PARITY_ERROR
|
| /linux/drivers/scsi/arm/ |
| A D | fas216.c | 1280 msgqueue_addmsg(&info->scsi.msgs, 1, MSG_PARITY_ERROR); in fas216_message()
|
| /linux/drivers/scsi/aic7xxx/ |
| A 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()
|
| A 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()
|
Completed in 68 milliseconds