Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c315 mpt->m_post_queue_depth = ddi_get16(accessp, in mptsas_ioc_do_get_facts_reply()
317 if (queueSize > mpt->m_post_queue_depth) { in mptsas_ioc_do_get_facts_reply()
318 queueDiff = queueSize - mpt->m_post_queue_depth; in mptsas_ioc_do_get_facts_reply()
327 mpt->m_post_queue_depth = queueSize; in mptsas_ioc_do_get_facts_reply()
683 mpt->m_post_queue_depth); in mptsas_do_ioc_init()
H A Dmptsas_raid.c740 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_raid_action_system_shutdown()
H A Dmptsas.c2934 mem_size = mpt->m_post_queue_depth * 8; in mptsas_alloc_post_queue()
5227 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_wait_intr()
5989 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_intr()
13295 for (i = 0; i < mpt->m_post_queue_depth; i++) { in mptsas_init_chip()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h851 uint16_t m_post_queue_depth; member