FreeBSD kernel sound device code
hdac_dma Struct Reference

#include <hdac_private.h>

Data Fields

bus_dma_tag_t dma_tag
 
bus_dmamap_t dma_map
 
bus_addr_t dma_paddr
 
bus_size_t dma_size
 
caddr_t dma_vaddr
 

Detailed Description

Definition at line 120 of file hdac_private.h.

Field Documentation

◆ dma_map

bus_dmamap_t hdac_dma::dma_map

◆ dma_paddr

bus_addr_t hdac_dma::dma_paddr

◆ dma_size

bus_size_t hdac_dma::dma_size

Definition at line 124 of file hdac_private.h.

Referenced by hdac_dma_alloc(), and hdac_dma_free().

◆ dma_tag

bus_dma_tag_t hdac_dma::dma_tag

◆ dma_vaddr

caddr_t hdac_dma::dma_vaddr

The documentation for this struct was generated from the following file: