#include <base.h>
Data Fields | |
| unsigned int | qnum |
| u32 * | link |
| struct list_head | q |
| int | setup |
Definition at line 73 of file base.h.
| unsigned int ath5k_txq::qnum |
Definition at line 74 of file base.h.
Referenced by ath5k_txbuf_setup(), ath5k_txq_cleanup(), and ath5k_txq_setup().
Definition at line 75 of file base.h.
Referenced by ath5k_tx_processq(), ath5k_txbuf_setup(), ath5k_txq_cleanup(), ath5k_txq_drainq(), and ath5k_txq_setup().
struct list_head ath5k_txq::q [read] |
Definition at line 76 of file base.h.
Referenced by ath5k_tx_processq(), ath5k_txbuf_setup(), ath5k_txq_drainq(), and ath5k_txq_setup().
| int ath5k_txq::setup |
Definition at line 77 of file base.h.
Referenced by ath5k_txq_cleanup(), ath5k_txq_release(), and ath5k_txq_setup().
1.5.7.1