iPXE
|
#include <ath9k.h>
Data Fields | |
struct list_head | list |
struct ath_buf * | bf_lastbf |
struct ath_buf * | bf_next |
struct io_buffer * | bf_mpdu |
void * | bf_desc |
u32 | bf_daddr |
u32 | bf_buf_addr |
int | bf_stale |
u16 | bf_flags |
struct ath_buf_state | bf_state |
struct list_head ath_buf::list |
Definition at line 220 of file ath9k.h.
Referenced by ath_draintxq(), ath_get_next_rx_buf(), ath_rx_cleanup(), ath_rx_init(), ath_rx_tasklet(), ath_startrecv(), ath_tx_get_buffer(), ath_tx_processq(), ath_tx_return_buffer(), ath_tx_send_normal(), ath_tx_start_dma(), and ath_tx_txqaddbuf().
struct ath_buf* ath_buf::bf_lastbf |
Definition at line 221 of file ath9k.h.
Referenced by ath_buf_set_rate(), ath_draintxq(), ath_tx_processq(), ath_tx_send_normal(), and ath_tx_txqaddbuf().
struct io_buffer* ath_buf::bf_mpdu |
Definition at line 224 of file ath9k.h.
Referenced by ath_get_next_rx_buf(), ath_rx_cleanup(), ath_rx_init(), ath_rx_tasklet(), ath_tx_complete_buf(), ath_tx_send_normal(), and ath_tx_setup_buffer().
void* ath_buf::bf_desc |
Definition at line 225 of file ath9k.h.
Referenced by ath_buf_set_rate(), ath_descdma_setup(), ath_get_next_rx_buf(), ath_rx_buf_link(), ath_tx_processq(), ath_tx_setup_buffer(), ath_tx_start_dma(), and ath_tx_txqaddbuf().
u32 ath_buf::bf_daddr |
Definition at line 226 of file ath9k.h.
Referenced by ath_rx_buf_link(), ath_startrecv(), and ath_tx_txqaddbuf().
u32 ath_buf::bf_buf_addr |
Definition at line 227 of file ath9k.h.
Referenced by ath_rx_buf_link(), ath_rx_cleanup(), ath_rx_init(), ath_rx_tasklet(), ath_tx_complete_buf(), and ath_tx_setup_buffer().
int ath_buf::bf_stale |
Definition at line 228 of file ath9k.h.
Referenced by ath_draintxq(), and ath_tx_processq().
u16 ath_buf::bf_flags |
Definition at line 229 of file ath9k.h.
Referenced by ath_tx_setup_buffer().
struct ath_buf_state ath_buf::bf_state |
Definition at line 230 of file ath9k.h.
Referenced by ath_buf_set_rate(), ath_tx_processq(), ath_tx_send_normal(), and ath_tx_start_dma().