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

#include <desc.h>

Data Fields

u32 ds_link
 
u32 ds_data
 
union {
   struct ath5k_hw_5210_tx_desc   ds_tx5210
 
   struct ath5k_hw_5212_tx_desc   ds_tx5212
 
   struct ath5k_hw_all_rx_desc   ds_rx
 
ud
 

Detailed Description

struct ath5k_desc - Atheros hardware DMA descriptor : Physical address of the next descriptor : Physical address of data buffer (skb) : Union containing hw_5xxx_tx_desc structs and hw_all_rx_desc

This is read and written to by the hardware

Definition at line 349 of file desc.h.

Field Documentation

Definition at line 351 of file desc.h.

u32 ds_link

Definition at line 350 of file desc.h.

Definition at line 356 of file desc.h.

Definition at line 354 of file desc.h.

Definition at line 355 of file desc.h.

union { ... } ud

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