Searched refs:tmp_bdp (Results 1 – 1 of 1) sorted by relevance
848 struct bufdesc *tmp_bdp; in fec_enet_txq_submit_tso() local924 tmp_bdp = txq->bd.cur; in fec_enet_txq_submit_tso()926 while (tmp_bdp != bdp) { in fec_enet_txq_submit_tso()928 if (tmp_bdp->cbd_bufaddr && in fec_enet_txq_submit_tso()931 fec32_to_cpu(tmp_bdp->cbd_bufaddr), in fec_enet_txq_submit_tso()932 fec16_to_cpu(tmp_bdp->cbd_datlen), in fec_enet_txq_submit_tso()936 tmp_bdp->cbd_sc = 0; in fec_enet_txq_submit_tso()937 tmp_bdp->cbd_datlen = 0; in fec_enet_txq_submit_tso()938 tmp_bdp->cbd_bufaddr = 0; in fec_enet_txq_submit_tso()942 ebdp = (struct bufdesc_ex *)tmp_bdp; in fec_enet_txq_submit_tso()[all …]