Home
last modified time | relevance | path

Searched refs:ahciport_rcvd_fis_dma_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h219 ddi_dma_handle_t ahciport_rcvd_fis_dma_handle; member
299 _NOTE(READ_ONLY_DATA(ahci_port_t::ahciport_rcvd_fis_dma_handle))
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3649 ahciport_rcvd_fis_dma_handle) != DDI_FM_OK) || in ahci_check_port_handle()
6260 &ahci_portp->ahciport_rcvd_fis_dma_handle) != in ahci_alloc_rcvd_fis()
6268 if (ddi_dma_mem_alloc(ahci_portp->ahciport_rcvd_fis_dma_handle, in ahci_alloc_rcvd_fis()
6281 ddi_dma_free_handle(&ahci_portp->ahciport_rcvd_fis_dma_handle); in ahci_alloc_rcvd_fis()
6285 if (ddi_dma_addr_bind_handle(ahci_portp->ahciport_rcvd_fis_dma_handle, in ahci_alloc_rcvd_fis()
6299 ddi_dma_free_handle(&ahci_portp->ahciport_rcvd_fis_dma_handle); in ahci_alloc_rcvd_fis()
6322 (void) ddi_dma_unbind_handle(ahci_portp->ahciport_rcvd_fis_dma_handle); in ahci_dealloc_rcvd_fis()
6328 ddi_dma_free_handle(&ahci_portp->ahciport_rcvd_fis_dma_handle); in ahci_dealloc_rcvd_fis()