Searched defs:SMID (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c573 uint16_t SMID, action_type; local
676 * SMID must be the TM slot since that's what we're using for
681 SMID = ddi_get16(mpt->m_acc_post_queue_hdl,
682 &address_reply->SMID);
683 if (SMID != MPTSAS_TM_SLOT(mpt)) {
H A Dmptsas.c3458 * Since SMID 0 is reserved and the TM slot is reserved, the actual max
3504 * Account for reserved TM request slot and reserved SMID of 0.
5126 uint16_t SMID; local
5134 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &scsi_io_success->SMID);
5138 * check on the SMID. The final slot is used for TM requests, which
5141 if ((SMID == 0) || (SMID > slots->m_n_normal)) {
5142 mptsas_log(mpt, CE_WARN, "?Received invalid SMID of %d\n",
5143 SMID);
5199 uint16_t SMID, iocstatus; local
8361 uint16_t SMID, io_flags = 0; local
10299 uint16_t SMID; local
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dfusion.h208 U16 SMID; /* 0x02 */ member in struct:_MPI2_DEFAULT_REQUEST_DESCRIPTOR
221 U16 SMID; /* 0x02 */ member in struct:_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
234 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_REQUEST_DESCRIPTOR
247 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
260 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
283 U16 SMID; /* 0x02 */ member in struct:_MPI2_ADDRESS_REPLY_DESCRIPTOR
293 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
306 U16 SMID; /* 0x02 */ member in struct:_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
334 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR
H A Dmr_sas.h815 uint16_t SMID; member in struct:mrsas_cmd
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2.h356 U16 SMID; /* 0x02 */ member in struct:_MPI2_DEFAULT_REQUEST_DESCRIPTOR
380 U16 SMID; /* 0x02 */ member in struct:_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
394 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_REQUEST_DESCRIPTOR
407 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
421 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
483 U16 SMID; /* 0x02 */ member in struct:_MPI2_ADDRESS_REPLY_DESCRIPTOR
496 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
510 U16 SMID; /* 0x02 */ member in struct:_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
543 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR

Completed in 102 milliseconds