Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c373 ip->fc_dma_handle = h; in pfc_dma_map_in()
423 error = fc_ddi_dma_sync(ip->fc_dma_handle, in pfc_dma_sync()
425 error |= fc_ddi_dma_sync(ip->fc_dma_handle, in pfc_dma_sync()
474 e = fc_ddi_dma_unbind_handle(ip->fc_dma_handle); in pfc_dma_map_out()
478 fc_ddi_dma_free_handle(&ip->fc_dma_handle); in pfc_dma_map_out()
523 e = fc_ddi_dma_unbind_handle(ip->fc_dma_handle); in pfc_dma_cleanup()
528 fc_ddi_dma_free_handle(&ip->fc_dma_handle); in pfc_dma_cleanup()
/titanic_44/usr/src/uts/sun4/sys/
H A Dfcode.h384 #define fc_dma_handle un.d.h macro