Searched refs:m_free_index (Results 1 – 3 of 3) sorted by relevance
445 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], in mptsas_access_config_page()449 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_access_config_page()450 mpt->m_free_index = 0; in mptsas_access_config_page()453 mpt->m_free_index); in mptsas_access_config_page()585 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], in mptsas_access_config_page()589 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_access_config_page()590 mpt->m_free_index = 0; in mptsas_access_config_page()593 mpt->m_free_index); in mptsas_access_config_page()
5439 mpt->m_free_queue)[mpt->m_free_index], reply_addr); in mptsas_handle_address_reply()5442 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_handle_address_reply()5443 mpt->m_free_index = 0; in mptsas_handle_address_reply()5447 &mpt->m_reg->ReplyFreeHostIndex, mpt->m_free_index); in mptsas_handle_address_reply()5496 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], in mptsas_handle_address_reply()5500 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_handle_address_reply()5501 mpt->m_free_index = 0; in mptsas_handle_address_reply()5504 mpt->m_free_index); in mptsas_handle_address_reply()8375 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], rfm); in mptsas_handle_event()8378 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_handle_event()[all …]
851 uint32_t m_free_index; member