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 D | mptsas_raid.c | 658 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 D | mptsas.c | 1555 (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() 3005 &mpt->m_dma_post_queue_hdl, &mpt->m_acc_post_queue_hdl, &memp, 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() 5325 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &scsi_io_success->SMID); in mptsas_handle_scsi_io_success() 5400 reply_addr = ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_handle_address_reply() 5402 SMID = ddi_get16(mpt->m_acc_post_queue_hdl, &address_reply->SMID); in mptsas_handle_address_reply() 6027 if (ddi_get32(mpt->m_acc_post_queue_hdl, in mptsas_intr() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 770 ddi_acc_handle_t m_acc_post_queue_hdl; member
|