Searched refs:m_acc_reply_frame_hdl (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 1523 (mptsas_check_acc_handle(mpt->m_acc_reply_frame_hdl) in mptsas_attach() 2784 &mpt->m_acc_reply_frame_hdl); in mptsas_alloc_reply_frames() 2804 &mpt->m_dma_reply_frame_hdl, &mpt->m_acc_reply_frame_hdl, &memp, in mptsas_alloc_reply_frames() 2999 &mpt->m_acc_reply_frame_hdl); in mptsas_hba_fini() 5336 function = ddi_get8(mpt->m_acc_reply_frame_hdl, &reply->Function); in mptsas_handle_address_reply() 5457 iocstatus = ddi_get16(mpt->m_acc_reply_frame_hdl, in mptsas_handle_address_reply() 5459 buffer_type = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_handle_address_reply() 5544 scsi_status = ddi_get8(mpt->m_acc_reply_frame_hdl, &reply->SCSIStatus); in mptsas_check_scsi_io_error() 5545 ioc_status = ddi_get16(mpt->m_acc_reply_frame_hdl, &reply->IOCStatus); in mptsas_check_scsi_io_error() 5546 scsi_state = ddi_get8(mpt->m_acc_reply_frame_hdl, &reply->SCSIState); in mptsas_check_scsi_io_error() [all …]
|
H A D | mptsas_impl.c | 397 config.page_type = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 399 config.page_number = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 401 config.page_length = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 403 config.page_version = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 405 config.ext_page_type = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 407 config.ext_page_length = ddi_get16(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 410 iocstatus = ddi_get16(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 412 iocloginfo = ddi_get32(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 543 iocstatus = ddi_get16(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page() 546 iocloginfo = ddi_get32(mpt->m_acc_reply_frame_hdl, in mptsas_access_config_page()
|
H A D | mptsas_raid.c | 707 function = ddi_get8(mpt->m_acc_reply_frame_hdl, in mptsas_raid_action_system_shutdown() 717 action_type = ddi_get16(mpt->m_acc_reply_frame_hdl, in mptsas_raid_action_system_shutdown()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 764 ddi_acc_handle_t m_acc_reply_frame_hdl; member
|