x_status 71 drivers/net/ethernet/freescale/fec_mpc52xx.h u32 x_status; /* FEC + 0x0D0 */ x_status 156 drivers/scsi/sym53c8xx_2/sym_glue.c static int sym_xerr_cam_status(int cam_status, int x_status) x_status 158 drivers/scsi/sym53c8xx_2/sym_glue.c if (x_status) { x_status 159 drivers/scsi/sym53c8xx_2/sym_glue.c if (x_status & XE_PARITY_ERR) x_status 161 drivers/scsi/sym53c8xx_2/sym_glue.c else if (x_status &(XE_EXTRA_DATA|XE_SODL_UNRUN|XE_SWIDE_OVRUN)) x_status 163 drivers/scsi/sym53c8xx_2/sym_glue.c else if (x_status & XE_BAD_PHASE) x_status 80 drivers/scsi/sym53c8xx_2/sym_hipd.c void sym_print_xerr(struct scsi_cmnd *cmd, int x_status) x_status 82 drivers/scsi/sym53c8xx_2/sym_hipd.c if (x_status & XE_PARITY_ERR) { x_status 85 drivers/scsi/sym53c8xx_2/sym_hipd.c if (x_status & XE_EXTRA_DATA) { x_status 88 drivers/scsi/sym53c8xx_2/sym_hipd.c if (x_status & XE_BAD_PHASE) { x_status 91 drivers/scsi/sym53c8xx_2/sym_hipd.c if (x_status & XE_SODL_UNRUN) { x_status 94 drivers/scsi/sym53c8xx_2/sym_hipd.c if (x_status & XE_SWIDE_OVRUN) { x_status 1042 drivers/scsi/sym53c8xx_2/sym_hipd.h void sym_print_xerr(struct scsi_cmnd *cmd, int x_status);