iPXE
|
#include <ath9k.h>
Data Fields | |
u8 | defant |
u8 | rxotherant |
u32 * | rxlink |
unsigned int | rxfilter |
struct list_head | rxbuf |
struct ath_descdma | rxdma |
struct ath_buf * | rx_bufptr |
struct ath_rx_edma | rx_edma [ATH9K_RX_QUEUE_MAX] |
struct io_buffer * | frag |
u8 ath_rx::defant |
Definition at line 297 of file ath9k.h.
Referenced by ath9k_init_misc(), ath_rx_tasklet(), and ath_setdefantenna().
u8 ath_rx::rxotherant |
Definition at line 298 of file ath9k.h.
Referenced by ath_rx_tasklet(), and ath_setdefantenna().
u32* ath_rx::rxlink |
Definition at line 299 of file ath9k.h.
Referenced by ath9k_stop(), ath_get_next_rx_buf(), ath_rx_buf_link(), ath_rx_init(), ath_startrecv(), and ath_stoprecv().
struct list_head ath_rx::rxbuf |
Definition at line 301 of file ath9k.h.
Referenced by ath_get_next_rx_buf(), ath_rx_cleanup(), ath_rx_init(), ath_rx_tasklet(), and ath_startrecv().
struct ath_descdma ath_rx::rxdma |
Definition at line 302 of file ath9k.h.
Referenced by ath_rx_cleanup(), and ath_rx_init().
struct ath_rx_edma ath_rx::rx_edma[ATH9K_RX_QUEUE_MAX] |
struct io_buffer* ath_rx::frag |
Definition at line 306 of file ath9k.h.
Referenced by ath9k_stop().