Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
ath9k_htc_tx Struct Reference

#include <htc.h>

Public Member Functions

 DECLARE_BITMAP (tx_slot, MAX_TX_BUF_NUM)
 

Data Fields

u8 flags
 
int queued_cnt
 
struct sk_buff_head mgmt_ep_queue
 
struct sk_buff_head cab_ep_queue
 
struct sk_buff_head data_be_queue
 
struct sk_buff_head data_bk_queue
 
struct sk_buff_head data_vi_queue
 
struct sk_buff_head data_vo_queue
 
struct sk_buff_head tx_failed
 
struct timer_list cleanup_timer
 
spinlock_t tx_lock
 

Detailed Description

Definition at line 284 of file htc.h.

Member Function Documentation

DECLARE_BITMAP ( tx_slot  ,
MAX_TX_BUF_NUM   
)

Field Documentation

struct sk_buff_head cab_ep_queue

Definition at line 288 of file htc.h.

struct timer_list cleanup_timer

Definition at line 295 of file htc.h.

struct sk_buff_head data_be_queue

Definition at line 289 of file htc.h.

struct sk_buff_head data_bk_queue

Definition at line 290 of file htc.h.

struct sk_buff_head data_vi_queue

Definition at line 291 of file htc.h.

struct sk_buff_head data_vo_queue

Definition at line 292 of file htc.h.

u8 flags

Definition at line 285 of file htc.h.

struct sk_buff_head mgmt_ep_queue

Definition at line 287 of file htc.h.

int queued_cnt

Definition at line 286 of file htc.h.

struct sk_buff_head tx_failed

Definition at line 293 of file htc.h.

spinlock_t tx_lock

Definition at line 296 of file htc.h.


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