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.c318 mpt->m_post_queue_depth = ddi_get16(accessp, in mptsas_ioc_do_get_facts_reply()
320 if (queueSize > mpt->m_post_queue_depth) { in mptsas_ioc_do_get_facts_reply()
321 queueDiff = queueSize - mpt->m_post_queue_depth; in mptsas_ioc_do_get_facts_reply()
330 mpt->m_post_queue_depth = queueSize; in mptsas_ioc_do_get_facts_reply()
686 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.c2991 mem_size = mpt->m_post_queue_depth * 8; in mptsas_alloc_post_queue()
5284 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_wait_intr()
6046 if (++mpt->m_post_index == mpt->m_post_queue_depth) { in mptsas_intr()
13352 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