Home
last modified time | relevance | path

Searched refs:m_acc_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.c658 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
660 ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
669 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
682 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
691 reply_addr = ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
730 ddi_put64(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
H A Dmptsas.c1555 (mptsas_check_acc_handle(mpt->m_acc_post_queue_hdl) in mptsas_attach()
2983 &mpt->m_acc_post_queue_hdl); in mptsas_alloc_post_queue()
3097 &mpt->m_acc_post_queue_hdl); in mptsas_hba_fini()
5270 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_wait_intr()
5272 ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_wait_intr()
5400 reply_addr = ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_handle_address_reply()
6027 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_intr()
6029 ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_intr()
6104 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_process_intr()
6121 ddi_put64(mpt->m_acc_post_queue_hdl, in mptsas_process_intr()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h770 ddi_acc_handle_t m_acc_post_queue_hdl; member