Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c3523 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_free()
3629 list_for_each(qe, &tx_mod->tx_active_q) { in bna_bfi_bw_update_aen()
3741 list_add_tail(&tx->qe, &tx_mod->tx_active_q); in bna_tx_create()
3917 INIT_LIST_HEAD(&tx_mod->tx_active_q); in bna_tx_mod_init()
3962 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_mod_start()
3982 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_mod_stop()
4002 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_mod_fail()
Dbna_types.h539 struct list_head tx_active_q; member
Dbna.h334 list_for_each(qe, &__tx_mod->tx_active_q) { \