iPXE
|
#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 |
struct ath5k_hw_rx_ctl ath5k_hw_all_rx_desc::rx_ctl |
Definition at line 302 of file desc.h.
Referenced by ath5k_hw_setup_rx_desc().
struct ath5k_hw_rx_status ath5k_hw_all_rx_desc::rx_stat |
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 |
Definition at line 305 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
union { ... } ath5k_hw_all_rx_desc::u |
Referenced by ath5k_hw_proc_5210_rx_status(), and ath5k_hw_proc_5212_rx_status().