Lines Matching refs:cur_tx
296 (const char *)txq->cur_tx) / fep->bufdesc_size - 1; in fec_enet_get_free_txdesc_num()
336 bdp == txq->cur_tx ? 'S' : ' ', in fec_dump()
373 struct bufdesc *bdp = txq->cur_tx; in fec_enet_txq_submit_frag_skb()
444 bdp = txq->cur_tx; in fec_enet_txq_submit_frag_skb()
483 bdp = txq->cur_tx; in fec_enet_txq_submit_skb()
566 txq->cur_tx = bdp; in fec_enet_txq_submit_skb()
697 struct bufdesc *bdp = txq->cur_tx; in fec_enet_txq_submit_tso()
760 txq->cur_tx = bdp; in fec_enet_txq_submit_tso()
842 txq->cur_tx = bdp; in fec_enet_bd_init()
1221 while (bdp != READ_ONCE(txq->cur_tx)) { in fec_enet_tx_queue()
1298 if (bdp != txq->cur_tx && in fec_enet_tx_queue()