Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c3235 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_free()
3319 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_bfi_bw_update_aen()
3427 list_add_tail(&tx->qe, &tx_mod->tx_active_q); in bna_tx_create()
3599 INIT_LIST_HEAD(&tx_mod->tx_active_q); in bna_tx_mod_init()
3630 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_tx_mod_start()
3647 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_tx_mod_stop()
3664 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_tx_mod_fail()
Dbna.h215 list_for_each_entry(__tx, &__tx_mod->tx_active_q, qe) { \
Dbna_types.h526 struct list_head tx_active_q; member