Lines Matching refs:cur_tx
292 (const char *)txq->cur_tx) / fep->bufdesc_size - 1; in fec_enet_get_free_txdesc_num()
332 bdp == txq->cur_tx ? 'S' : ' ', in fec_dump()
369 struct bufdesc *bdp = txq->cur_tx; in fec_enet_txq_submit_frag_skb()
438 txq->cur_tx = bdp; in fec_enet_txq_submit_frag_skb()
443 bdp = txq->cur_tx; in fec_enet_txq_submit_frag_skb()
483 bdp = txq->cur_tx; in fec_enet_txq_submit_skb()
543 last_bdp = txq->cur_tx; in fec_enet_txq_submit_skb()
562 txq->cur_tx = bdp; in fec_enet_txq_submit_skb()
693 struct bufdesc *bdp = txq->cur_tx; in fec_enet_txq_submit_tso()
756 txq->cur_tx = bdp; in fec_enet_txq_submit_tso()
838 txq->cur_tx = bdp; in fec_enet_bd_init()
1218 if (bdp == txq->cur_tx) in fec_enet_tx_queue()
1287 if (bdp != txq->cur_tx && in fec_enet_tx_queue()