Home
last modified time | relevance | path

Searched refs:bna_tx_mod (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/bna/
Dbna.h425 void bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna,
427 void bna_tx_mod_uninit(struct bna_tx_mod *tx_mod);
431 void bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
432 void bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type);
433 void bna_tx_mod_fail(struct bna_tx_mod *tx_mod);
434 void bna_tx_mod_prio_changed(struct bna_tx_mod *tx_mod, int prio);
435 void bna_tx_mod_cee_link_status(struct bna_tx_mod *tx_mod, int cee_link);
Dbna_types.h644 struct bna_tx_mod { struct
1109 struct bna_tx_mod tx_mod;
Dbna_txrx.c3628 struct bna_tx_mod *tx_mod = &tx->bna->tx_mod; in bna_tx_free()
3740 struct bna_tx_mod *tx_mod = (struct bna_tx_mod *)arg; in bna_tx_mod_cb_tx_stopped()
3748 struct bna_tx_mod *tx_mod = (struct bna_tx_mod *)arg; in bna_tx_mod_cb_tx_stopped_all()
3803 struct bna_tx_mod *tx_mod = &bna->tx_mod; in bna_tx_create()
4044 bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna, in bna_tx_mod_init()
4078 bna_tx_mod_uninit(struct bna_tx_mod *tx_mod) in bna_tx_mod_uninit()
4095 bna_tx_mod_start(struct bna_tx_mod *tx_mod, enum bna_tx_type type) in bna_tx_mod_start()
4112 bna_tx_mod_stop(struct bna_tx_mod *tx_mod, enum bna_tx_type type) in bna_tx_mod_stop()
4146 bna_tx_mod_fail(struct bna_tx_mod *tx_mod) in bna_tx_mod_fail()
4161 bna_tx_mod_prio_changed(struct bna_tx_mod *tx_mod, int prio) in bna_tx_mod_prio_changed()
[all …]