Searched refs:m_free_index (Results 1 – 3 of 3) sorted by relevance
466 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], in mptsas_access_config_page()470 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_access_config_page()471 mpt->m_free_index = 0; in mptsas_access_config_page()474 mpt->m_free_index); in mptsas_access_config_page()606 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], in mptsas_access_config_page()610 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_access_config_page()611 mpt->m_free_index = 0; in mptsas_access_config_page()614 mpt->m_free_index); in mptsas_access_config_page()
5527 mpt->m_free_queue)[mpt->m_free_index], reply_addr); in mptsas_handle_address_reply()5530 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_handle_address_reply()5531 mpt->m_free_index = 0; in mptsas_handle_address_reply()5535 &mpt->m_reg->ReplyFreeHostIndex, mpt->m_free_index); in mptsas_handle_address_reply()5584 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], in mptsas_handle_address_reply()5588 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_handle_address_reply()5589 mpt->m_free_index = 0; in mptsas_handle_address_reply()5592 mpt->m_free_index); in mptsas_handle_address_reply()8462 &((uint32_t *)(void *)mpt->m_free_queue)[mpt->m_free_index], rfm); in mptsas_handle_event()8465 if (++mpt->m_free_index == mpt->m_free_queue_depth) { in mptsas_handle_event()[all …]
853 uint32_t m_free_index; member