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.c281 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_start_config_page_access()
287 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) != in mptsas_start_config_page_access()
1161 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_ioc_task_management()
1401 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_update_flash()
H A Dmptsas.c1529 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) in mptsas_attach()
2685 if (mpt->m_dma_req_frame_hdl) in mptsas_alloc_request_frames()
2686 mptsas_dma_addr_destroy(&mpt->m_dma_req_frame_hdl, in mptsas_alloc_request_frames()
3017 if (mpt->m_dma_req_frame_hdl) { in mptsas_hba_fini()
3018 mptsas_dma_addr_destroy(&mpt->m_dma_req_frame_hdl, in mptsas_hba_fini()
8661 ddi_dma_handle_t dma_hdl = mpt->m_dma_req_frame_hdl; in mptsas_start_cmd()
8954 if ((mptsas_check_dma_handle(mpt->m_dma_req_frame_hdl) != in mptsas_fma_check()
10604 ddi_dma_handle_t dma_hdl = mpt->m_dma_req_frame_hdl; in mptsas_start_passthru()
11573 (void) ddi_dma_sync(mpt->m_dma_req_frame_hdl, 0, 0, in mptsas_start_diag()
11579 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