iPXE
Data Fields
ath_tx Struct Reference

@txq_map: Index is mac80211 queue number. More...

#include <ath9k.h>

Data Fields

u16 seq_no
 
u32 txqsetup
 
struct list_head txbuf
 
struct ath_txq txq [ATH9K_NUM_TX_QUEUES]
 
struct ath_descdma txdma
 
struct ath_txqtxq_map [WME_NUM_AC]
 

Detailed Description

@txq_map: Index is mac80211 queue number.

This is not necessarily the same as the hardware queue number (axq_qnum).

Definition at line 281 of file ath9k.h.

Field Documentation

◆ seq_no

u16 ath_tx::seq_no

Definition at line 282 of file ath9k.h.

◆ txqsetup

u32 ath_tx::txqsetup

Definition at line 283 of file ath9k.h.

Referenced by ath_tx_cleanupq(), and ath_txq_setup().

◆ txbuf

struct list_head ath_tx::txbuf

◆ txq

struct ath_txq ath_tx::txq[ATH9K_NUM_TX_QUEUES]

◆ txdma

struct ath_descdma ath_tx::txdma

Definition at line 286 of file ath9k.h.

Referenced by ath_tx_cleanup(), and ath_tx_init().

◆ txq_map

struct ath_txq* ath_tx::txq_map[WME_NUM_AC]

Definition at line 287 of file ath9k.h.

Referenced by ath9k_init_queues(), ath9k_tx(), ath_tx_complete(), and ath_tx_start().


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