Searched refs:m_dma_reply_frame_hdl (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_raid.c | 703 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_raid_action_system_shutdown()
|
H A D | mptsas_impl.c | 393 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_access_config_page() 537 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_access_config_page() 1176 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_ioc_task_management()
|
H A D | mptsas.c | 1506 (mptsas_check_dma_handle(mpt->m_dma_reply_frame_hdl) in mptsas_attach() 2782 if (mpt->m_dma_reply_frame_hdl) { in mptsas_alloc_reply_frames() 2783 mptsas_dma_addr_destroy(&mpt->m_dma_reply_frame_hdl, in mptsas_alloc_reply_frames() 2804 &mpt->m_dma_reply_frame_hdl, &mpt->m_acc_reply_frame_hdl, &memp, in mptsas_alloc_reply_frames() 2997 if (mpt->m_dma_reply_frame_hdl) { in mptsas_hba_fini() 2998 mptsas_dma_addr_destroy(&mpt->m_dma_reply_frame_hdl, in mptsas_hba_fini() 5332 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_handle_address_reply() 8928 (mptsas_check_dma_handle(mpt->m_dma_reply_frame_hdl) != in mptsas_fma_check() 11293 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_do_passthru() 11643 (void) ddi_dma_sync(mpt->m_dma_reply_frame_hdl, 0, 0, in mptsas_post_fw_diag_buffer() [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 763 ddi_dma_handle_t m_dma_reply_frame_hdl; member
|