Searched refs:recv_dma_handle (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 | 1936 ddi_dma_handle_t recv_dma_handle, page_dma_handle; 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() 2271 if ((mptsas_check_dma_handle(recv_dma_handle) != 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() 2307 ddi_dma_handle_t recv_dma_handle, page_dma_handle; in mptsas_get_manufacture_page5() local 2335 &recv_dma_handle, &recv_accessp, &recv_memp, in mptsas_get_manufacture_page5() 2457 if ((mptsas_check_dma_handle(recv_dma_handle) != DDI_SUCCESS) || in mptsas_get_manufacture_page5() 2473 mptsas_dma_addr_destroy(&recv_dma_handle, &recv_accessp); in mptsas_get_manufacture_page5() 2686 ddi_dma_handle_t recv_dma_handle, page_dma_handle; in mptsas_get_manufacture_page0() local 2714 if (mptsas_dma_addr_create(mpt, recv_dma_attrs, &recv_dma_handle, in mptsas_get_manufacture_page0() [all …]
|