Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c5621 uint8_t scsi_status, scsi_state; in mptsas_check_scsi_io_error() local
5634 scsi_state = ddi_get8(mpt->m_acc_reply_frame_hdl, &reply->SCSIState); in mptsas_check_scsi_io_error()
5654 scsi_state); in mptsas_check_scsi_io_error()
5658 scsi_status, ioc_status, scsi_state)); in mptsas_check_scsi_io_error()
5673 if ((scsi_state & MPI2_SCSI_STATE_NO_SCSI_STATUS) && in mptsas_check_scsi_io_error()
5685 if (scsi_state & MPI2_SCSI_STATE_RESPONSE_INFO_VALID) { in mptsas_check_scsi_io_error()
5731 if (scsi_state & MPI2_SCSI_STATE_AUTOSENSE_VALID) { in mptsas_check_scsi_io_error()
5864 "count = %x, scsi_status = %x", scsi_state, in mptsas_check_scsi_io_error()