Home
last modified time | relevance | path

Searched refs:txq_q (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c2881 list_for_each_entry(txq, &tx->txq_q, qe) { in bna_tx_sm_started_entry()
3108 : list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_bfi_tx_enet_start()
3162 list_for_each_entry(txq, &tx->txq_q, qe) in bna_tx_enet_stop()
3228 while (!list_empty(&tx->txq_q)) { in bna_tx_free()
3229 txq = list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_tx_free()
3289 for (i = 0, txq = list_first_entry(&tx->txq_q, struct bna_txq, qe); in bna_bfi_tx_enet_start_rsp()
3404 INIT_LIST_HEAD(&tx->txq_q); in bna_tx_create()
3410 list_move_tail(&txq->qe, &tx->txq_q); in bna_tx_create()
3449 list_for_each_entry(txq, &tx->txq_q, qe) { in bna_tx_create()
3523 list_for_each_entry(txq, &tx->txq_q, qe) in bna_tx_destroy()
[all …]
Dbna_types.h477 struct list_head txq_q; member