FreeBSD kernel ATH device code
ath_descdma Struct Reference

#include <if_athvar.h>

Collaboration diagram for ath_descdma:

Data Fields

const char * dd_name
 
struct ath_descdd_desc
 
int dd_descsize
 
bus_addr_t dd_desc_paddr
 
bus_size_t dd_desc_len
 
bus_dma_segment_t dd_dseg
 
bus_dma_tag_t dd_dmat
 
bus_dmamap_t dd_dmamap
 
struct ath_bufdd_bufptr
 

Detailed Description

Definition at line 328 of file if_athvar.h.

Field Documentation

◆ dd_bufptr

struct ath_buf* ath_descdma::dd_bufptr

Definition at line 337 of file if_athvar.h.

Referenced by ath_descdma_cleanup(), ath_descdma_setup(), and ath_descdma_setup_rx_edma().

◆ dd_desc

struct ath_desc* ath_descdma::dd_desc

◆ dd_desc_len

bus_size_t ath_descdma::dd_desc_len

◆ dd_desc_paddr

bus_addr_t ath_descdma::dd_desc_paddr

◆ dd_descsize

int ath_descdma::dd_descsize

◆ dd_dmamap

bus_dmamap_t ath_descdma::dd_dmamap

Definition at line 336 of file if_athvar.h.

Referenced by ath_descdma_alloc_desc(), ath_descdma_cleanup(), and ath_descdma_setup().

◆ dd_dmat

bus_dma_tag_t ath_descdma::dd_dmat

Definition at line 335 of file if_athvar.h.

Referenced by ath_descdma_alloc_desc(), ath_descdma_cleanup(), and ath_descdma_setup().

◆ dd_dseg

bus_dma_segment_t ath_descdma::dd_dseg

Definition at line 334 of file if_athvar.h.

◆ dd_name

const char* ath_descdma::dd_name

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