Searched refs:tmp_bdp (Results 1 – 1 of 1) sorted by relevance
842 struct bufdesc *tmp_bdp; in fec_enet_txq_submit_tso() local913 tmp_bdp = txq->bd.cur; in fec_enet_txq_submit_tso()915 while (tmp_bdp != bdp) { in fec_enet_txq_submit_tso()917 if (tmp_bdp->cbd_bufaddr && in fec_enet_txq_submit_tso()918 !IS_TSO_HEADER(txq, fec32_to_cpu(tmp_bdp->cbd_bufaddr))) in fec_enet_txq_submit_tso()920 fec32_to_cpu(tmp_bdp->cbd_bufaddr), in fec_enet_txq_submit_tso()921 fec16_to_cpu(tmp_bdp->cbd_datlen), in fec_enet_txq_submit_tso()925 tmp_bdp->cbd_sc = 0; in fec_enet_txq_submit_tso()926 tmp_bdp->cbd_datlen = 0; in fec_enet_txq_submit_tso()927 tmp_bdp->cbd_bufaddr = 0; in fec_enet_txq_submit_tso()[all …]