Home
last modified time | relevance | path

Searched refs:m_post_queue_depth (Results 1 – 4 of 4) sorted by relevance

/titanic_54/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c314 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()
H A Dmptsas_raid.c739 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_raid_action_system_shutdown()
H A Dmptsas.c2903 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()
/titanic_54/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h849 uint16_t m_post_queue_depth; member