Searched refs:m_acc_req_frame_hdl (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 244 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Function, in mptsas_start_config_page_access() 246 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Action, config->action); in mptsas_start_config_page_access() 252 ddi_put8(mpt->m_acc_req_frame_hdl, in mptsas_start_config_page_access() 255 ddi_put8(mpt->m_acc_req_frame_hdl, in mptsas_start_config_page_access() 258 ddi_put8(mpt->m_acc_req_frame_hdl, in mptsas_start_config_page_access() 262 ddi_put8(mpt->m_acc_req_frame_hdl, &request->ExtPageType, in mptsas_start_config_page_access() 264 ddi_put16(mpt->m_acc_req_frame_hdl, &request->ExtPageLength, in mptsas_start_config_page_access() 266 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageType, in mptsas_start_config_page_access() 268 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Header.PageLength, in mptsas_start_config_page_access() 270 ddi_put8(mpt->m_acc_req_frame_hdl, in mptsas_start_config_page_access() [all …]
|
H A D | mptsas.c | 1547 (mptsas_check_acc_handle(mpt->m_acc_req_frame_hdl) in mptsas_attach() 2744 &mpt->m_acc_req_frame_hdl); in mptsas_alloc_request_frames() 2764 &mpt->m_dma_req_frame_hdl, &mpt->m_acc_req_frame_hdl, &memp, in mptsas_alloc_request_frames() 3076 &mpt->m_acc_req_frame_hdl); in mptsas_hba_fini() 8719 ddi_acc_handle_t acc_hdl = mpt->m_acc_req_frame_hdl; in mptsas_start_cmd() 8990 (mptsas_check_acc_handle(mpt->m_acc_req_frame_hdl) != in mptsas_fma_check() 10662 ddi_acc_handle_t acc_hdl = mpt->m_acc_req_frame_hdl; in mptsas_start_passthru() 11591 ddi_put8(mpt->m_acc_req_frame_hdl, &pDiag_post_msg->Function, in mptsas_start_diag() 11593 ddi_put8(mpt->m_acc_req_frame_hdl, &pDiag_post_msg->BufferType, in mptsas_start_diag() 11595 ddi_put8(mpt->m_acc_req_frame_hdl, in mptsas_start_diag() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 762 ddi_acc_handle_t m_acc_req_frame_hdl; member
|