Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c372 ip->fc_dma_len = len; in pfc_dma_map_in()
408 ((char *)ip->fc_dma_virt + ip->fc_dma_len))) in pfc_dma_sync()
462 if (len == ip->fc_dma_len) in pfc_dma_map_out()
483 fc_physio_free(&ip->fc_dma_bp, ip->fc_dma_virt, ip->fc_dma_len); in pfc_dma_map_out()
518 ip->fc_dma_virt, ip->fc_dma_len); in pfc_dma_cleanup()
533 fc_physio_free(&ip->fc_dma_bp, ip->fc_dma_virt, ip->fc_dma_len); in pfc_dma_cleanup()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h383 #define fc_dma_len un.d.len macro