Searched refs:scsiio_rep (Results 1 – 1 of 1) sorted by relevance
338 struct leapraid_scsiio_rep *scsiio_rep, in leapraid_process_sense_data() argument345 if (!(scsiio_rep->scsi_state & LEAPRAID_SCSI_STATE_AUTOSENSE_VALID)) in leapraid_process_sense_data()350 le32_to_cpu(scsiio_rep->sense_count)); in leapraid_process_sense_data()356 le16_to_cpu(scsiio_rep->dev_hdl)); in leapraid_process_sense_data()360 struct leapraid_scsiio_rep *scsiio_rep, in leapraid_handle_data_underrun() argument363 u8 scsi_status = scsiio_rep->scsi_status; in leapraid_handle_data_underrun()364 u8 scsi_state = scsiio_rep->scsi_state; in leapraid_handle_data_underrun()383 scsiio_rep->scsi_state = LEAPRAID_SCSI_STATE_AUTOSENSE_VALID; in leapraid_handle_data_underrun()384 scsiio_rep->scsi_status = SAM_STAT_CHECK_CONDITION; in leapraid_handle_data_underrun()392 struct leapraid_scsiio_rep *scsiio_rep, in leapraid_handle_success_status() argument[all …]