Searched refs:txbdp_start (Results 1 – 1 of 1) sorted by relevance
1778 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit() local1837 txbdp = txbdp_start = tx_queue->cur_tx; in gfar_start_xmit()1879 txbdp_start->bufPtr = cpu_to_be32(bufaddr); in gfar_start_xmit()1930 bufaddr = be32_to_cpu(txbdp_start->bufPtr); in gfar_start_xmit()1954 txbdp_start->lstatus = cpu_to_be32(lstatus); in gfar_start_xmit()1993 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit()