Searched refs:recv_accessp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1937 ddi_acc_handle_t recv_accessp, page_accessp; in mptsas_get_sas_io_unit_page_hndshk() local 1990 &recv_dma_handle, &recv_accessp, &recv_memp, in mptsas_get_sas_io_unit_page_hndshk() 2072 recv_accessp)) { in mptsas_get_sas_io_unit_page_hndshk() 2076 iocstatus = ddi_get16(recv_accessp, &configreply->IOCStatus); in mptsas_get_sas_io_unit_page_hndshk() 2092 ddi_get8(recv_accessp, &configreply->Header.PageVersion), in mptsas_get_sas_io_unit_page_hndshk() 2093 ddi_get16(recv_accessp, &configreply->ExtPageLength), in mptsas_get_sas_io_unit_page_hndshk() 2099 recv_accessp)) { in mptsas_get_sas_io_unit_page_hndshk() 2103 iocstatus = ddi_get16(recv_accessp, &configreply->IOCStatus); in mptsas_get_sas_io_unit_page_hndshk() 2277 if ((mptsas_check_acc_handle(recv_accessp) != DDI_SUCCESS) || in mptsas_get_sas_io_unit_page_hndshk() 2286 mptsas_dma_addr_destroy(&recv_dma_handle, &recv_accessp); in mptsas_get_sas_io_unit_page_hndshk() [all …]
|