Searched refs:m_post_index (Results 1 – 3 of 3) sorted by relevance
655 MPTSAS_GET_NEXT_REPLY(mpt, mpt->m_post_index); in mptsas_raid_action_system_shutdown()730 &((uint64_t *)(void *)mpt->m_post_queue)[mpt->m_post_index], in mptsas_raid_action_system_shutdown()739 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_raid_action_system_shutdown()740 mpt->m_post_index = 0; in mptsas_raid_action_system_shutdown()743 mpt->m_post_index); in mptsas_raid_action_system_shutdown()
5180 MPTSAS_GET_NEXT_REPLY(mpt, mpt->m_post_index); in mptsas_wait_intr()5196 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_wait_intr()5197 mpt->m_post_index = 0; in mptsas_wait_intr()5204 &mpt->m_reg->ReplyPostHostIndex, mpt->m_post_index); in mptsas_wait_intr()5937 MPTSAS_GET_NEXT_REPLY(mpt, mpt->m_post_index); in mptsas_intr()5958 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_intr()5959 mpt->m_post_index = 0; in mptsas_intr()5969 &mpt->m_reg->ReplyPostHostIndex, mpt->m_post_index); in mptsas_intr()6034 &((uint64_t *)(void *)mpt->m_post_queue)[mpt->m_post_index], in mptsas_process_intr()13239 mpt->m_post_index = 0; in mptsas_init_chip()
852 uint32_t m_post_index; member