bna_tx_mod
struct bna_tx_mod *__tx_mod = &(_bna)->tx_mod; \
void bna_bfi_bw_update_aen(struct bna_tx_mod *tx_mod);
void bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna,
void bna_tx_mod_uninit(struct bna_tx_mod *tx_mod);
void bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
void bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
void bna_tx_mod_fail(struct bna_tx_mod *tx_mod);
bna_tx_get(struct bna_tx_mod *tx_mod, enum bna_tx_type type)
struct bna_tx_mod *tx_mod = &tx->bna->tx_mod;
bna_bfi_bw_update_aen(struct bna_tx_mod *tx_mod)
struct bna_tx_mod *tx_mod = &bna->tx_mod;
struct bna_tx_mod *tx_mod = (struct bna_tx_mod *)arg;
struct bna_tx_mod *tx_mod = (struct bna_tx_mod *)arg;
bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna,
bna_tx_mod_uninit(struct bna_tx_mod *tx_mod)
bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type)
bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type)
bna_tx_mod_fail(struct bna_tx_mod *tx_mod)
struct bna_tx_mod tx_mod;