Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c281 mpt->m_req_frame_size = ddi_get16(accessp, in mptsas_ioc_do_get_facts_reply()
353 simple_sge_next = mpt->m_req_frame_size / MPTSAS_SGE_SIZE(mpt) - 1; in mptsas_ioc_do_get_facts_reply()
680 mpt->m_req_frame_size / 4); in mptsas_do_ioc_init()
H A Dmptsas_raid.c627 (mpt->m_req_frame_size * cmd->cmd_slot)); in mptsas_raid_action_system_shutdown()
628 bzero(action, mpt->m_req_frame_size); in mptsas_raid_action_system_shutdown()
H A Dmptsas_impl.c217 (mpt->m_req_frame_size * cmd->cmd_slot)); in mptsas_start_config_page_access()
218 bzero(request, mpt->m_req_frame_size); in mptsas_start_config_page_access()
1143 (mpt->m_req_frame_size * cmd->cmd_slot)); in mptsas_ioc_task_management()
1144 bzero(task, mpt->m_req_frame_size); in mptsas_ioc_task_management()
1387 memp = mpt->m_req_frame + (mpt->m_req_frame_size * cmd->cmd_slot); in mptsas_update_flash()
1388 bzero(memp, mpt->m_req_frame_size); in mptsas_update_flash()
H A Dmptsas.c2662 mem_size = mpt->m_max_requests * mpt->m_req_frame_size; in mptsas_alloc_request_frames()
4155 mem_size = (mpt->m_max_request_frames - 1) * mpt->m_req_frame_size; in mptsas_cache_frames_constructor()
4478 sgemax = ((mpt->m_req_frame_size / sizeof (MPI2_SGE_SIMPLE64)) in mptsas_sge_chain()
4537 ASSERT(mpt->m_req_frame_size >= sizeof (MPI2_SGE_SIMPLE64)); in mptsas_sge_chain()
4538 chainlength = mpt->m_req_frame_size / in mptsas_sge_chain()
4609 (mpt->m_req_frame_size * k); in mptsas_sge_chain()
4632 mpt->m_req_frame_size / in mptsas_sge_chain()
4654 (int)mpt->m_req_frame_size * k); in mptsas_sge_chain()
4815 sgemax = ((mpt->m_req_frame_size / sizeof (MPI2_IEEE_SGE_SIMPLE64)) in mptsas_ieee_sge_chain()
4872 ASSERT(mpt->m_req_frame_size >= in mptsas_ieee_sge_chain()
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h142 (((mpt->m_req_frame_size - (sizeof (MPI2_SCSI_IO_REQUEST))) / 8) + 1)
156 ((mpt->m_req_frame_size - \
834 uint16_t m_req_frame_size; member
1173 (mpt->m_req_frame + (mpt->m_req_frame_size * SMID))