Home
last modified time | relevance | path

Searched refs:CAM_UNCOR_PARITY (Results 1 – 15 of 15) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dcam.d156 inline int CAM_UNCOR_PARITY = 0x0f; variable
/freebsd/sys/cam/
H A Dcam.h183 CAM_UNCOR_PARITY = 0x0f, enumerator
H A Dcam.c83 { CAM_UNCOR_PARITY, "Uncorrectable parity/CRC error" },
H A Dcam_periph.c1998 case CAM_UNCOR_PARITY: in cam_periph_error()
/freebsd/sys/cam/scsi/
H A Dscsi_sg.c980 case CAM_UNCOR_PARITY: in sg_scsiio_status()
/freebsd/sys/dev/vmware/pvscsi/
H A Dpvscsi.c978 status = CAM_UNCOR_PARITY; in pvscsi_process_completion()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c1272 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in fsl_sata_end_transaction()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c3086 mpt_set_ccb_status(ccb, CAM_UNCOR_PARITY); in mpt_scsi_reply_frame_handler()
3113 mpt_set_ccb_status(ccb, CAM_UNCOR_PARITY); in mpt_scsi_reply_frame_handler()
/freebsd/sys/dev/siis/
H A Dsiis.c1297 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in siis_end_transaction()
/freebsd/sys/dev/mvs/
H A Dmvs.c1675 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in mvs_end_transaction()
/freebsd/sys/dev/ahci/
H A Dahci.c2054 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in ahci_end_transaction()
/freebsd/sys/dev/arcmsr/
H A Darcmsr.c811 srb->pccb->ccb_h.status |= CAM_UNCOR_PARITY; in arcmsr_report_srb_state()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c798 CAM_UNCOR_PARITY); in ahc_handle_seqint()
H A Daic79xx.c2112 aic_set_transaction_status(scb, CAM_UNCOR_PARITY); in ahd_handle_pkt_busfree()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c7057 cam_status = CAM_UNCOR_PARITY;