iPXE
Data Fields
ath_atx_tid Struct Reference

#include <ath9k.h>

Data Fields

struct list_head list
 
struct list_head buf_q
 
struct ath_nodean
 
struct ath_atx_acac
 
unsigned long tx_buf [BITS_TO_LONGS(ATH_TID_MAX_BUFS)]
 
u16 seq_start
 
u16 seq_next
 
u16 baw_size
 
int tidno
 
int baw_head
 
int baw_tail
 
int sched
 
int paused
 
u8 state
 

Detailed Description

Definition at line 233 of file ath9k.h.

Field Documentation

◆ list

struct list_head ath_atx_tid::list

Definition at line 234 of file ath9k.h.

Referenced by ath_txq_schedule().

◆ buf_q

struct list_head ath_atx_tid::buf_q

Definition at line 235 of file ath9k.h.

◆ an

struct ath_node* ath_atx_tid::an

Definition at line 236 of file ath9k.h.

◆ ac

struct ath_atx_ac* ath_atx_tid::ac

Definition at line 237 of file ath9k.h.

Referenced by ath_txq_schedule().

◆ tx_buf

unsigned long ath_atx_tid::tx_buf[BITS_TO_LONGS(ATH_TID_MAX_BUFS)]

Definition at line 238 of file ath9k.h.

◆ seq_start

u16 ath_atx_tid::seq_start

Definition at line 239 of file ath9k.h.

◆ seq_next

u16 ath_atx_tid::seq_next

Definition at line 240 of file ath9k.h.

◆ baw_size

u16 ath_atx_tid::baw_size

Definition at line 241 of file ath9k.h.

◆ tidno

int ath_atx_tid::tidno

Definition at line 242 of file ath9k.h.

◆ baw_head

int ath_atx_tid::baw_head

Definition at line 243 of file ath9k.h.

◆ baw_tail

int ath_atx_tid::baw_tail

Definition at line 244 of file ath9k.h.

◆ sched

int ath_atx_tid::sched

Definition at line 245 of file ath9k.h.

◆ paused

int ath_atx_tid::paused

Definition at line 246 of file ath9k.h.

◆ state

u8 ath_atx_tid::state

Definition at line 247 of file ath9k.h.


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