#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 |
Definition at line 313 of file desc.h.
struct ath5k_hw_5210_tx_desc ath5k_desc::ds_tx5210 [read] |
Definition at line 318 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_setup_2word_tx_desc().
struct ath5k_hw_5212_tx_desc ath5k_desc::ds_tx5212 [read] |
Definition at line 319 of file desc.h.
Referenced by ath5k_hw_proc_4word_tx_status(), and ath5k_hw_setup_4word_tx_desc().
struct ath5k_hw_all_rx_desc ath5k_desc::ds_rx [read] |
Definition at line 320 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status(), ath5k_hw_proc_5212_rx_status(), and ath5k_hw_setup_rx_desc().
| union { ... } ath5k_desc::ud |
1.5.7.1