Searched refs:tmp_bdp (Results 1 – 1 of 1) sorted by relevance
824 struct bufdesc *tmp_bdp; in fec_enet_txq_submit_tso() local900 tmp_bdp = txq->bd.cur; in fec_enet_txq_submit_tso()902 while (tmp_bdp != bdp) { in fec_enet_txq_submit_tso()904 if (tmp_bdp->cbd_bufaddr && in fec_enet_txq_submit_tso()905 !IS_TSO_HEADER(txq, fec32_to_cpu(tmp_bdp->cbd_bufaddr))) in fec_enet_txq_submit_tso()907 fec32_to_cpu(tmp_bdp->cbd_bufaddr), in fec_enet_txq_submit_tso()908 fec16_to_cpu(tmp_bdp->cbd_datlen), in fec_enet_txq_submit_tso()912 tmp_bdp->cbd_sc = 0; in fec_enet_txq_submit_tso()913 tmp_bdp->cbd_datlen = 0; in fec_enet_txq_submit_tso()914 tmp_bdp->cbd_bufaddr = 0; in fec_enet_txq_submit_tso()[all …]