Searched refs:page_dma_handle (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 | 1955 ddi_dma_handle_t recv_dma_handle, page_dma_handle; in mptsas_get_sas_io_unit_page_hndshk() local 2023 &page_dma_handle, &page_accessp, &page_memp, in mptsas_get_sas_io_unit_page_hndshk() 2135 if ((ddi_dma_sync(page_dma_handle, 0, 0, in mptsas_get_sas_io_unit_page_hndshk() 2235 if ((ddi_dma_sync(page_dma_handle, 0, 0, in mptsas_get_sas_io_unit_page_hndshk() 2291 (mptsas_check_dma_handle(page_dma_handle) != DDI_SUCCESS)) { in mptsas_get_sas_io_unit_page_hndshk() 2307 mptsas_dma_addr_destroy(&page_dma_handle, &page_accessp); in mptsas_get_sas_io_unit_page_hndshk() 2326 ddi_dma_handle_t recv_dma_handle, page_dma_handle; in mptsas_get_manufacture_page5() local 2391 if (mptsas_dma_addr_create(mpt, page_dma_attrs, &page_dma_handle, in mptsas_get_manufacture_page5() 2444 (void) ddi_dma_sync(page_dma_handle, 0, 0, DDI_DMA_SYNC_FORCPU); in mptsas_get_manufacture_page5() 2477 (mptsas_check_dma_handle(page_dma_handle) != DDI_SUCCESS)) { in mptsas_get_manufacture_page5() [all …]
|