FreeBSD kernel ATH device code
ath_rx_edma Struct Reference

#include <if_athvar.h>

Collaboration diagram for ath_rx_edma:

Data Fields

struct ath_buf ** m_fifo
 
int m_fifolen
 
int m_fifo_head
 
int m_fifo_tail
 
int m_fifo_depth
 
struct mbuf * m_rxpending
 
struct ath_bufm_holdbf
 

Detailed Description

Definition at line 530 of file if_athvar.h.

Field Documentation

◆ m_fifo

◆ m_fifo_depth

◆ m_fifo_head

int ath_rx_edma::m_fifo_head

◆ m_fifo_tail

int ath_rx_edma::m_fifo_tail

◆ m_fifolen

◆ m_holdbf

struct ath_buf* ath_rx_edma::m_holdbf

Definition at line 537 of file if_athvar.h.

Referenced by ath_legacy_flush_rxholdbf(), ath_rx_proc(), and ath_sysctl_txagg().

◆ m_rxpending

struct mbuf* ath_rx_edma::m_rxpending

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