iPXE
|
#include <base.h>
Data Fields | |
struct list_head | list |
unsigned int | flags |
struct ath5k_desc * | desc |
u32 | daddr |
struct io_buffer * | iob |
u32 | iobaddr |
struct list_head ath5k_buf::list |
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 |
Definition at line 57 of file base.h.
Referenced by ath5k_handle_rx().
struct ath5k_desc* ath5k_buf::desc |
Definition at line 58 of file base.h.
Referenced by ath5k_handle_rx(), ath5k_rxbuf_setup(), ath5k_tx_processq(), and ath5k_txbuf_setup().
u32 ath5k_buf::daddr |
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 |
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().
u32 ath5k_buf::iobaddr |
Definition at line 61 of file base.h.
Referenced by ath5k_handle_rx(), ath5k_rxbuf_setup(), and ath5k_txbuf_setup().