Home
last modified time | relevance | path

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

/freebsd-head/sys/cam/
HDcam.h180 CAM_UNCOR_PARITY = 0x0f, enumerator
HDcam.c78 { CAM_UNCOR_PARITY, "Uncorrectable parity/CRC error" },
HDcam_periph.c2000 case CAM_UNCOR_PARITY: in cam_periph_error()
/freebsd-head/sys/cam/scsi/
HDscsi_sg.c980 case CAM_UNCOR_PARITY: in sg_scsiio_status()
/freebsd-head/sys/dev/vmware/pvscsi/
HDpvscsi.c978 status = CAM_UNCOR_PARITY; in pvscsi_process_completion()
/freebsd-head/sys/powerpc/mpc85xx/
HDfsl_sata.c1272 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in fsl_sata_end_transaction()
/freebsd-head/sys/dev/mpt/
HDmpt_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-head/sys/dev/siis/
HDsiis.c1297 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in siis_end_transaction()
/freebsd-head/sys/dev/mvs/
HDmvs.c1675 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in mvs_end_transaction()
/freebsd-head/sys/dev/ahci/
HDahci.c2054 ccb->ccb_h.status |= CAM_UNCOR_PARITY; in ahci_end_transaction()
/freebsd-head/sys/dev/arcmsr/
HDarcmsr.c811 srb->pccb->ccb_h.status |= CAM_UNCOR_PARITY; in arcmsr_report_srb_state()
/freebsd-head/sys/dev/aic7xxx/
HDaic7xxx.c798 CAM_UNCOR_PARITY); in ahc_handle_seqint()
HDaic79xx.c2112 aic_set_transaction_status(scb, CAM_UNCOR_PARITY); in ahd_handle_pkt_busfree()
/freebsd-head/sys/dev/sym/
HDsym_hipd.c7057 cam_status = CAM_UNCOR_PARITY;