Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ath_txq Struct Reference

#include <ath9k.h>

Data Fields

int mac80211_qnum
 
u32 axq_qnum
 
voidaxq_link
 
struct list_head axq_q
 
spinlock_t axq_lock
 
u32 axq_depth
 
u32 axq_ampdu_depth
 
bool stopped
 
bool axq_tx_inprogress
 
struct list_head axq_acq
 
struct list_head txq_fifo [ATH_TXFIFO_DEPTH]
 
u8 txq_headidx
 
u8 txq_tailidx
 
int pending_frames
 
struct sk_buff_head complete_q
 

Detailed Description

Definition at line 187 of file ath9k.h.

Field Documentation

struct list_head axq_acq

Definition at line 197 of file ath9k.h.

u32 axq_ampdu_depth

Definition at line 194 of file ath9k.h.

u32 axq_depth

Definition at line 193 of file ath9k.h.

void* axq_link

Definition at line 190 of file ath9k.h.

spinlock_t axq_lock

Definition at line 192 of file ath9k.h.

Definition at line 191 of file ath9k.h.

u32 axq_qnum

Definition at line 189 of file ath9k.h.

bool axq_tx_inprogress

Definition at line 196 of file ath9k.h.

struct sk_buff_head complete_q

Definition at line 202 of file ath9k.h.

int mac80211_qnum

Definition at line 188 of file ath9k.h.

int pending_frames

Definition at line 201 of file ath9k.h.

bool stopped

Definition at line 195 of file ath9k.h.

Definition at line 198 of file ath9k.h.

u8 txq_headidx

Definition at line 199 of file ath9k.h.

u8 txq_tailidx

Definition at line 200 of file ath9k.h.


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