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.c5430 uint8_t scsi_status, scsi_state; local
5443 scsi_state = ddi_get8(mpt->m_acc_reply_frame_hdl, &reply->SCSIState);
5461 "\tscsi_status=0x%x, ioc_status=0x%x, scsi_state=0x%x",
5463 scsi_state);
5466 NDBG31(("\t\tscsi_status=0x%x, ioc_status=0x%x, scsi_state=0x%x",
5467 scsi_status, ioc_status, scsi_state));
5482 if ((scsi_state & MPI2_SCSI_STATE_NO_SCSI_STATUS) &&
5494 if (scsi_state & MPI2_SCSI_STATE_RESPONSE_INFO_VALID) {
5540 if (scsi_state & MPI2_SCSI_STATE_AUTOSENSE_VALID) {
5672 mptsas_log(mpt, CE_CONT, "scsi_state
[all...]

Completed in 74 milliseconds