Searched refs:m_post_queue_depth (Results 1 – 4 of 4) sorted by relevance
314 mpt->m_post_queue_depth = ddi_get16(accessp, in mptsas_ioc_do_get_facts_reply()316 if (queueSize > mpt->m_post_queue_depth) { in mptsas_ioc_do_get_facts_reply()317 queueDiff = queueSize - mpt->m_post_queue_depth; in mptsas_ioc_do_get_facts_reply()326 mpt->m_post_queue_depth = queueSize; in mptsas_ioc_do_get_facts_reply()682 mpt->m_post_queue_depth); in mptsas_do_ioc_init()
739 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_raid_action_system_shutdown()
2903 mem_size = mpt->m_post_queue_depth * 8; in mptsas_alloc_post_queue()5196 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_wait_intr()5958 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_intr()13265 for (i = 0; i < mpt->m_post_queue_depth; i++) { in mptsas_init_chip()
849 uint16_t m_post_queue_depth; member