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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c2873 list_for_each_entry(txq, &tx->txq_q, qe) {
3100 : list_first_entry(&tx->txq_q, struct bna_txq, qe);
3154 list_for_each_entry(txq, &tx->txq_q, qe)
3220 while (!list_empty(&tx->txq_q)) {
3221 txq = list_first_entry(&tx->txq_q, struct bna_txq, qe);
3281 for (i = 0, txq = list_first_entry(&tx->txq_q, struct bna_txq, qe);
3396 INIT_LIST_HEAD(&tx->txq_q);
3402 list_move_tail(&txq->qe, &tx->txq_q);
3441 list_for_each_entry(txq, &tx->txq_q, qe) {
3515 list_for_each_entry(txq, &tx->txq_q, q
[all...]
H A Dbna_types.h478 struct list_head txq_q; member in struct:bna_tx

Completed in 158 milliseconds