Searched refs:txbdp_tstamp (Results 1 – 1 of 1) sorted by relevance
2252 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit() local2324 txbdp_tstamp = txbdp = next_txbd(txbdp, base, in gfar_start_xmit()2329 u32 lstatus_ts = be32_to_cpu(txbdp_tstamp->lstatus); in gfar_start_xmit()2332 txbdp_tstamp->lstatus = cpu_to_be32(lstatus_ts); in gfar_start_xmit()2421 u32 lstatus_ts = be32_to_cpu(txbdp_tstamp->lstatus); in gfar_start_xmit()2428 txbdp_tstamp->bufPtr = cpu_to_be32(bufaddr); in gfar_start_xmit()2429 txbdp_tstamp->lstatus = cpu_to_be32(lstatus_ts); in gfar_start_xmit()