#include <desc.h>
Data Fields | |
| struct ath5k_hw_rx_ctl | rx_ctl |
| union { | |
| struct ath5k_hw_rx_status rx_stat | |
| struct ath5k_hw_rx_error rx_err | |
| } | u |
Definition at line 301 of file desc.h.
struct ath5k_hw_rx_ctl ath5k_hw_all_rx_desc::rx_ctl [read] |
struct ath5k_hw_rx_status ath5k_hw_all_rx_desc::rx_stat [read] |
Definition at line 304 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status(), and ath5k_hw_proc_5212_rx_status().
struct ath5k_hw_rx_error ath5k_hw_all_rx_desc::rx_err [read] |
| union { ... } ath5k_hw_all_rx_desc::u |
Referenced by ath5k_hw_proc_5210_rx_status(), and ath5k_hw_proc_5212_rx_status().
1.5.7.1