Searched refs:m_dma_post_queue_hdl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_raid.c | 651 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_raid_action_system_shutdown() 732 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_raid_action_system_shutdown()
|
H A D | mptsas.c | 1510 (mptsas_check_dma_handle(mpt->m_dma_post_queue_hdl) in mptsas_attach() 2893 if (mpt->m_dma_post_queue_hdl) { in mptsas_alloc_post_queue() 2894 mptsas_dma_addr_destroy(&mpt->m_dma_post_queue_hdl, in mptsas_alloc_post_queue() 2917 &mpt->m_dma_post_queue_hdl, &mpt->m_acc_post_queue_hdl, &memp, in mptsas_alloc_post_queue() 3007 if (mpt->m_dma_post_queue_hdl) { in mptsas_hba_fini() 3008 mptsas_dma_addr_destroy(&mpt->m_dma_post_queue_hdl, in mptsas_hba_fini() 5176 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_wait_intr() 5934 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_intr() 6036 (void) ddi_dma_sync(mpt->m_dma_post_queue_hdl, 0, 0, in mptsas_process_intr() 8932 (mptsas_check_dma_handle(mpt->m_dma_post_queue_hdl) != in mptsas_fma_check() [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 767 ddi_dma_handle_t m_dma_post_queue_hdl; member
|