Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c3522 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_free()
3628 list_for_each(qe, &tx_mod->tx_active_q) { in bna_bfi_bw_update_aen()
3740 list_add_tail(&tx->qe, &tx_mod->tx_active_q); in bna_tx_create()
3916 INIT_LIST_HEAD(&tx_mod->tx_active_q); in bna_tx_mod_init()
3961 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_mod_start()
3981 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_mod_stop()
4001 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_mod_fail()
Dbna_types.h538 struct list_head tx_active_q; member
Dbna.h333 list_for_each(qe, &__tx_mod->tx_active_q) { \