iPXE
Data Fields
ath_buf Struct Reference

#include <ath9k.h>

Data Fields

struct list_head list
 
struct ath_bufbf_lastbf
 
struct ath_bufbf_next
 
struct io_bufferbf_mpdu
 
void * bf_desc
 
u32 bf_daddr
 
u32 bf_buf_addr
 
int bf_stale
 
u16 bf_flags
 
struct ath_buf_state bf_state
 

Detailed Description

Definition at line 219 of file ath9k.h.

Field Documentation

◆ list

struct list_head ath_buf::list

◆ bf_lastbf

struct ath_buf* ath_buf::bf_lastbf

◆ bf_next

struct ath_buf* ath_buf::bf_next

Definition at line 223 of file ath9k.h.

◆ bf_mpdu

struct io_buffer* ath_buf::bf_mpdu

◆ bf_desc

void* ath_buf::bf_desc

◆ bf_daddr

u32 ath_buf::bf_daddr

Definition at line 226 of file ath9k.h.

Referenced by ath_rx_buf_link(), ath_startrecv(), and ath_tx_txqaddbuf().

◆ bf_buf_addr

u32 ath_buf::bf_buf_addr

◆ bf_stale

int ath_buf::bf_stale

Definition at line 228 of file ath9k.h.

Referenced by ath_draintxq(), and ath_tx_processq().

◆ bf_flags

u16 ath_buf::bf_flags

Definition at line 229 of file ath9k.h.

Referenced by ath_tx_setup_buffer().

◆ bf_state

struct ath_buf_state ath_buf::bf_state

Definition at line 230 of file ath9k.h.

Referenced by ath_buf_set_rate(), ath_tx_processq(), ath_tx_send_normal(), and ath_tx_start_dma().


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