Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c636 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_raid_action_system_shutdown()
H A Dmptsas_impl.c301 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_start_config_page_access()
307 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) != in mptsas_start_config_page_access()
1179 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_ioc_task_management()
1419 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_update_flash()
H A Dmptsas.c1530 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) in mptsas_attach()
2742 if (mpt->m_dma_req_frame_hdl) in mptsas_alloc_request_frames()
2743 mptsas_dma_addr_destroy(&mpt->m_dma_req_frame_hdl, in mptsas_alloc_request_frames()
3074 if (mpt->m_dma_req_frame_hdl) { in mptsas_hba_fini()
3075 mptsas_dma_addr_destroy(&mpt->m_dma_req_frame_hdl, in mptsas_hba_fini()
8718 ddi_dma_handle_t dma_hdl = mpt->m_dma_req_frame_hdl; in mptsas_start_cmd()
9011 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) != in mptsas_fma_check()
10661 ddi_dma_handle_t dma_hdl = mpt->m_dma_req_frame_hdl; in mptsas_start_passthru()
11630 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_start_diag()
11636 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) != in mptsas_start_diag()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h761 ddi_dma_handle_t m_dma_req_frame_hdl; member