Home
last modified time | relevance | path

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

/titanic_50/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.c1527 (mptsas_check_acc_handle(mpt->m_acc_post_queue_hdl) in mptsas_attach()
2895 &mpt->m_acc_post_queue_hdl); in mptsas_alloc_post_queue()
2917 &mpt->m_dma_post_queue_hdl, &mpt->m_acc_post_queue_hdl, &memp, in mptsas_alloc_post_queue()
3009 &mpt->m_acc_post_queue_hdl); in mptsas_hba_fini()
5182 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_wait_intr()
5184 ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_wait_intr()
5237 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &scsi_io_success->SMID); in mptsas_handle_scsi_io_success()
5312 reply_addr = ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_handle_address_reply()
5314 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &address_reply->SMID); in mptsas_handle_address_reply()
5939 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_intr()
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h768 ddi_acc_handle_t m_acc_post_queue_hdl; member