Searched refs:tx_active_q (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 3227 list_for_each(qe, &tx_mod->tx_active_q) { in bna_tx_free() 3311 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_bfi_bw_update_aen() 3419 list_add_tail(&tx->qe, &tx_mod->tx_active_q); in bna_tx_create() 3591 INIT_LIST_HEAD(&tx_mod->tx_active_q); in bna_tx_mod_init() 3622 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_tx_mod_start() 3639 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_tx_mod_stop() 3656 list_for_each_entry(tx, &tx_mod->tx_active_q, qe) in bna_tx_mod_fail()
|
D | bna.h | 207 list_for_each_entry(__tx, &__tx_mod->tx_active_q, qe) { \
|
D | bna_types.h | 527 struct list_head tx_active_q; member
|