Searched refs:txq_q (Results 1 – 2 of 2) sorted by relevance
3150 list_for_each(qe, &tx->txq_q) { in bna_tx_sm_started_entry()3384 for (i = 0, qe = bfa_q_first(&tx->txq_q); in bna_bfi_tx_enet_start()3443 list_for_each(qe, &tx->txq_q) { in bna_tx_enet_stop()3515 while (!list_empty(&tx->txq_q)) { in bna_tx_free()3516 bfa_q_deq(&tx->txq_q, &txq); in bna_tx_free()3596 for (i = 0, qe = bfa_q_first(&tx->txq_q); in bna_bfi_tx_enet_start_rsp()3717 INIT_LIST_HEAD(&tx->txq_q); in bna_tx_create()3724 list_add_tail(&txq->qe, &tx->txq_q); in bna_tx_create()3763 list_for_each(qe, &tx->txq_q) { in bna_tx_create()3839 list_for_each(qe, &tx->txq_q) { in bna_tx_destroy()[all …]
487 struct list_head txq_q; member