FreeBSD kernel ATH device code
ath_tx_edma_fifo Struct Reference

#include <if_athvar.h>

Collaboration diagram for ath_tx_edma_fifo:

Data Fields

struct ath_buf ** m_fifo
 
int m_fifolen
 
int m_fifo_head
 
int m_fifo_tail
 
int m_fifo_depth
 

Detailed Description

Definition at line 540 of file if_athvar.h.

Field Documentation

◆ m_fifo

struct ath_buf** ath_tx_edma_fifo::m_fifo

Definition at line 541 of file if_athvar.h.

Referenced by ath_edma_free_txfifo(), and ath_edma_setup_txfifo().

◆ m_fifo_depth

int ath_tx_edma_fifo::m_fifo_depth

Definition at line 545 of file if_athvar.h.

Referenced by ath_edma_setup_txfifo().

◆ m_fifo_head

int ath_tx_edma_fifo::m_fifo_head

Definition at line 543 of file if_athvar.h.

Referenced by ath_edma_setup_txfifo().

◆ m_fifo_tail

int ath_tx_edma_fifo::m_fifo_tail

Definition at line 544 of file if_athvar.h.

Referenced by ath_edma_setup_txfifo().

◆ m_fifolen

int ath_tx_edma_fifo::m_fifolen

Definition at line 542 of file if_athvar.h.


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