Searched refs:recv_accessp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1956 ddi_acc_handle_t recv_accessp, page_accessp; in mptsas_get_sas_io_unit_page_hndshk() local 2009 &recv_dma_handle, &recv_accessp, &recv_memp, in mptsas_get_sas_io_unit_page_hndshk() 2091 recv_accessp)) { in mptsas_get_sas_io_unit_page_hndshk() 2095 iocstatus = ddi_get16(recv_accessp, &configreply->IOCStatus); in mptsas_get_sas_io_unit_page_hndshk() 2111 ddi_get8(recv_accessp, &configreply->Header.PageVersion), in mptsas_get_sas_io_unit_page_hndshk() 2112 ddi_get16(recv_accessp, &configreply->ExtPageLength), in mptsas_get_sas_io_unit_page_hndshk() 2118 recv_accessp)) { in mptsas_get_sas_io_unit_page_hndshk() 2122 iocstatus = ddi_get16(recv_accessp, &configreply->IOCStatus); in mptsas_get_sas_io_unit_page_hndshk() 2296 if ((mptsas_check_acc_handle(recv_accessp) != DDI_SUCCESS) || in mptsas_get_sas_io_unit_page_hndshk() 2305 mptsas_dma_addr_destroy(&recv_dma_handle, &recv_accessp); in mptsas_get_sas_io_unit_page_hndshk() [all …]
|