Linux Kernel
3.7.1
|
#include <rt2x00queue.h>
Data Fields | |
unsigned short | entry_num |
unsigned short | data_size |
unsigned short | desc_size |
unsigned short | priv_size |
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.
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.