Searched refs:SMID (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/mr_sas/ |
H A D | fusion.h | 208 U16 SMID; /* 0x02 */ member 221 U16 SMID; /* 0x02 */ member 234 U16 SMID; /* 0x02 */ member 247 U16 SMID; /* 0x02 */ member 260 U16 SMID; /* 0x02 */ member 283 U16 SMID; /* 0x02 */ member 293 U16 SMID; /* 0x02 */ member 306 U16 SMID; /* 0x02 */ member 334 U16 SMID; /* 0x02 */ member
|
H A D | mr_sas_tbolt.c | 268 cmd->SMID = i + 1; in create_mpi2_frame_pool() 983 "mrsas_tbolt_ioc_init: SMID:%x\n", cmd->SMID)); in mrsas_tbolt_ioc_init() 1195 cmd->index, cmd->SMID)); in mrsas_tbolt_tran_start() 1469 ReqDescUnion->SCSIIO.SMID = cmd->SMID; in mrsas_tbolt_build_cmd() 1903 (CE_NOTE, "tbolt_issue_cmd: cmd->[SMID]=0x%X", cmd->SMID)); in tbolt_issue_cmd() 1957 cmd->SMID)); in tbolt_issue_cmd_in_sync_mode() 2029 cmd->SMID)); in tbolt_issue_cmd_in_poll_mode() 2246 con_log(CL_ANN1, (CE_NOTE, "[SMID]%x", cmd->SMID)); in mr_sas_tbolt_build_mfi_cmd() 2254 ReqDescUnion->SCSIIO.SMID = cmd->SMID; in mr_sas_tbolt_build_mfi_cmd() 2329 "IO Cmd Failed SMID %x", cmd->SMID)); in tbolt_complete_cmd() [all …]
|
H A D | mr_sas.h | 813 uint16_t SMID; member
|
H A D | mr_sas.c | 2720 (void *)cmd, cmd->index, cmd->SMID, cmd->drv_pkt_time)); in mrsas_print_cmd_details()
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2.h | 356 U16 SMID; /* 0x02 */ member 380 U16 SMID; /* 0x02 */ member 394 U16 SMID; /* 0x02 */ member 407 U16 SMID; /* 0x02 */ member 421 U16 SMID; /* 0x02 */ member 483 U16 SMID; /* 0x02 */ member 496 U16 SMID; /* 0x02 */ member 510 U16 SMID; /* 0x02 */ member 543 U16 SMID; /* 0x02 */ member
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_raid.c | 573 uint16_t SMID, action_type; in mptsas_raid_action_system_shutdown() local 681 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown() 682 &address_reply->SMID); in mptsas_raid_action_system_shutdown() 683 if (SMID != MPTSAS_TM_SLOT(mpt)) { in mptsas_raid_action_system_shutdown()
|
H A D | mptsas.c | 5179 uint16_t SMID; in mptsas_handle_scsi_io_success() local 5187 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &scsi_io_success->SMID); in mptsas_handle_scsi_io_success() 5194 if ((SMID == 0) || (SMID > slots->m_n_normal)) { in mptsas_handle_scsi_io_success() 5196 SMID); in mptsas_handle_scsi_io_success() 5201 cmd = slots->m_slot[SMID]; in mptsas_handle_scsi_io_success() 5208 "in slot %d", SMID); in mptsas_handle_scsi_io_success() 5252 uint16_t SMID, iocstatus; in mptsas_handle_address_reply() local 5264 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &address_reply->SMID); in mptsas_handle_address_reply() 5301 if ((SMID == 0) || (SMID > (slots->m_n_normal + 1))) { in mptsas_handle_address_reply() 5303 "%d\n", SMID); in mptsas_handle_address_reply() [all …]
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 1162 #define MPTSAS_GET_NEXT_FRAME(mpt, SMID) \ argument 1163 (mpt->m_req_frame + (mpt->m_req_frame_size * SMID))
|