#include <base.h>
Data Fields | |
| struct list_head | list |
| unsigned int | flags |
| struct ath5k_desc * | desc |
| u32 | daddr |
| struct io_buffer * | iob |
| u32 | iobaddr |
Definition at line 55 of file base.h.
struct list_head ath5k_buf::list [read] |
Definition at line 56 of file base.h.
Referenced by ath5k_desc_free(), ath5k_handle_rx(), ath5k_rx_start(), ath5k_tx(), ath5k_tx_processq(), ath5k_txbuf_setup(), and ath5k_txq_drainq().
| unsigned int ath5k_buf::flags |
struct ath5k_desc* ath5k_buf::desc [read] |
Definition at line 58 of file base.h.
Referenced by ath5k_handle_rx(), ath5k_rxbuf_setup(), ath5k_tx_processq(), and ath5k_txbuf_setup().
Definition at line 59 of file base.h.
Referenced by ath5k_rx_start(), ath5k_rxbuf_setup(), and ath5k_txbuf_setup().
struct io_buffer* ath5k_buf::iob [read] |
Definition at line 60 of file base.h.
Referenced by ath5k_handle_rx(), ath5k_rxbuf_free(), ath5k_rxbuf_setup(), ath5k_tx(), ath5k_tx_processq(), ath5k_txbuf_free(), and ath5k_txbuf_setup().
Definition at line 61 of file base.h.
Referenced by ath5k_handle_rx(), ath5k_rxbuf_setup(), and ath5k_txbuf_setup().
1.5.7.1