Home
last modified time | relevance | path

Searched refs:m_reg (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h748 struct _MPI2_SYSTEM_INTERFACE_REGS *m_reg; member
1007 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1009 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1011 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1013 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1015 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1017 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1019 ddi_put32(hdl->m_datap, &hdl->m_reg->WriteSequence, \
1134 &(mpt)->m_reg->HostInterruptStatus))
1147 ddi_put32(mpt->m_datap, &mpt->m_reg->RequestDescriptorPostLow, \
[all …]
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c452 ddi_put32(mpt->m_datap, &mpt->m_reg->ReplyFreeHostIndex, in mptsas_access_config_page()
592 ddi_put32(mpt->m_datap, &mpt->m_reg->ReplyFreeHostIndex, in mptsas_access_config_page()
697 &mpt->m_reg->HostInterruptStatus) & MPI2_HIS_IOP_DOORBELL_STATUS)) { in mptsas_ioc_wait_for_response()
712 &mpt->m_reg->HostInterruptStatus) & MPI2_HIM_DIM) == 0) { in mptsas_ioc_wait_for_doorbell()
730 ddi_put32(mpt->m_datap, &mpt->m_reg->HostInterruptStatus, 0); in mptsas_send_handshake_msg()
731 ddi_put32(mpt->m_datap, &mpt->m_reg->Doorbell, in mptsas_send_handshake_msg()
743 ddi_put32(mpt->m_datap, &mpt->m_reg->HostInterruptStatus, 0); in mptsas_send_handshake_msg()
755 ddi_put32(mpt->m_datap, &mpt->m_reg->Doorbell, in mptsas_send_handshake_msg()
794 &mpt->m_reg->Doorbell) & MPI2_DOORBELL_DATA_MASK); in mptsas_get_handshake_msg()
795 ddi_put32(mpt->m_datap, &mpt->m_reg->HostInterruptStatus, 0); in mptsas_get_handshake_msg()
[all …]
H A Dmptsas_init.c761 if ((ddi_get32(mpt->m_datap, &mpt->m_reg->Doorbell)) & in mptsas_do_ioc_init_reply()
H A Dmptsas_raid.c742 ddi_put32(mpt->m_datap, &mpt->m_reg->ReplyPostHostIndex, in mptsas_raid_action_system_shutdown()
H A Dmptsas.c1255 if (ddi_regs_map_setup(dip, mem_bar, (caddr_t *)&mpt->m_reg, in mptsas_attach()
2449 &mpt->m_reg->Doorbell)) & in mptsas_power()
5169 int_mask = ddi_get32(mpt->m_datap, &mpt->m_reg->HostInterruptMask); in mptsas_wait_intr()
5204 &mpt->m_reg->ReplyPostHostIndex, mpt->m_post_index); in mptsas_wait_intr()
5210 ddi_put32(mpt->m_datap, &mpt->m_reg->HostInterruptMask, in mptsas_wait_intr()
5220 ddi_put32(mpt->m_datap, &mpt->m_reg->HostInterruptMask, int_mask); in mptsas_wait_intr()
5447 &mpt->m_reg->ReplyFreeHostIndex, mpt->m_free_index); in mptsas_handle_address_reply()
5503 ddi_put32(mpt->m_datap, &mpt->m_reg->ReplyFreeHostIndex, in mptsas_handle_address_reply()
5969 &mpt->m_reg->ReplyPostHostIndex, mpt->m_post_index); in mptsas_intr()
8381 ddi_put32(mpt->m_datap, &mpt->m_reg->ReplyFreeHostIndex, in mptsas_handle_event()
[all …]