Home
last modified time | relevance | path

Searched refs:m_post_index (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c656 MPTSAS_GET_NEXT_REPLY(mpt, mpt->m_post_index); in mptsas_raid_action_system_shutdown()
731 &((uint64_t *)(void *)mpt->m_post_queue)[mpt->m_post_index], in mptsas_raid_action_system_shutdown()
740 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_raid_action_system_shutdown()
741 mpt->m_post_index = 0; in mptsas_raid_action_system_shutdown()
744 mpt->m_post_index); in mptsas_raid_action_system_shutdown()
H A Dmptsas.c5211 MPTSAS_GET_NEXT_REPLY(mpt, mpt->m_post_index); in mptsas_wait_intr()
5227 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_wait_intr()
5228 mpt->m_post_index = 0; in mptsas_wait_intr()
5235 &mpt->m_reg->ReplyPostHostIndex, mpt->m_post_index); in mptsas_wait_intr()
5968 MPTSAS_GET_NEXT_REPLY(mpt, mpt->m_post_index); in mptsas_intr()
5989 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_intr()
5990 mpt->m_post_index = 0; in mptsas_intr()
6000 &mpt->m_reg->ReplyPostHostIndex, mpt->m_post_index); in mptsas_intr()
6065 &((uint64_t *)(void *)mpt->m_post_queue)[mpt->m_post_index], in mptsas_process_intr()
13269 mpt->m_post_index = 0; in mptsas_init_chip()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h854 uint32_t m_post_index; member