Linux Kernel
3.7.1
|
#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 |
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
struct ath5k_hw_all_rx_desc ds_rx |
struct ath5k_hw_5210_tx_desc ds_tx5210 |
struct ath5k_hw_5212_tx_desc ds_tx5212 |
union { ... } ud |