Home
last modified time | relevance | path

Searched refs:m_acc_post_queue_hdl (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c657 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
659 ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
668 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
681 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
690 reply_addr = ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
729 ddi_put64(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
H A Dmptsas.c1530 (mptsas_check_acc_handle(mpt->m_acc_post_queue_hdl) in mptsas_attach()
2845 &mpt->m_acc_post_queue_hdl); in mptsas_alloc_post_queue()
2867 &mpt->m_dma_post_queue_hdl, &mpt->m_acc_post_queue_hdl, &memp, in mptsas_alloc_post_queue()
2959 &mpt->m_acc_post_queue_hdl); in mptsas_hba_fini()
5132 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_wait_intr()
5134 ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_wait_intr()
5187 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &scsi_io_success->SMID); in mptsas_handle_scsi_io_success()
5262 reply_addr = ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_handle_address_reply()
5264 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &address_reply->SMID); in mptsas_handle_address_reply()
5889 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_intr()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h759 ddi_acc_handle_t m_acc_post_queue_hdl; member