Searched refs:SMID (Results 1 - 8 of 8) sorted by relevance

/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_tbolt.c188 /* Allocating additional 256 bytes to accomodate SMID 0. */
269 cmd->SMID = i + 1;
406 "Invalid SMID 0x%x request for descriptor", index));
984 "mrsas_tbolt_ioc_init: SMID:%x\n", cmd->SMID));
1195 "cmd->index:0x%x SMID 0x%x\n", pkt->pkt_cdbp[0],
1196 cmd->index, cmd->SMID));
1477 ReqDescUnion->SCSIIO.SMID = cmd->SMID;
1914 (CE_NOTE, "tbolt_issue_cmd: cmd->[SMID]
[all...]
H A Dmr_sas.h815 uint16_t SMID; member in struct:mrsas_cmd
H A Dmr_sas.c2721 "cmd->index 0x%x SMID 0x%x timer 0x%x sec\n",
2722 (void *)cmd, cmd->index, cmd->SMID, cmd->drv_pkt_time));
/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
/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/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h466 * Track outstanding commands. The index into the m_slot array is the SMID
467 * (system message ID) of the outstanding command. SMID 0 is reserved by the
617 * frames are allocated, the last SMID will be m_max_requests - 1.
1160 #define MPTSAS_GET_NEXT_FRAME(mpt, SMID) \
1161 (mpt->m_req_frame + (mpt->m_req_frame_size * SMID))

Completed in 133 milliseconds