Home
last modified time | relevance | path

Searched refs:m_dma_post_queue_hdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c652 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_raid_action_system_shutdown()
733 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_raid_action_system_shutdown()
H A Dmptsas.c1537 (mptsas_check_dma_handle(mpt->m_dma_post_queue_hdl) in mptsas_attach()
2924 if (mpt->m_dma_post_queue_hdl) { in mptsas_alloc_post_queue()
2925 mptsas_dma_addr_destroy(&mpt->m_dma_post_queue_hdl, in mptsas_alloc_post_queue()
3038 if (mpt->m_dma_post_queue_hdl) { in mptsas_hba_fini()
3039 mptsas_dma_addr_destroy(&mpt->m_dma_post_queue_hdl, in mptsas_hba_fini()
5207 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_wait_intr()
5965 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_intr()
6067 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_process_intr()
8962 (mptsas_check_dma_handle(mpt->m_dma_post_queue_hdl) != in mptsas_fma_check()
13300 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_init_chip()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h769 ddi_dma_handle_t m_dma_post_queue_hdl; member