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

#include <rt2x00queue.h>

Data Fields

unsigned short entry_num
 
unsigned short data_size
 
unsigned short desc_size
 
unsigned short priv_size
 

Detailed Description

struct data_queue_desc: Data queue description

The information in this structure is used by drivers to inform rt2x00lib about the creation of the data queue.

: Maximum number of entries for a queue. : Maximum data size for the frames in this queue. : Hardware descriptor size for the data in this queue. : Size of per-queue_entry private data.

Definition at line 495 of file rt2x00queue.h.

Field Documentation

unsigned short data_size

Definition at line 497 of file rt2x00queue.h.

unsigned short desc_size

Definition at line 498 of file rt2x00queue.h.

unsigned short entry_num

Definition at line 496 of file rt2x00queue.h.

unsigned short priv_size

Definition at line 499 of file rt2x00queue.h.


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