Home
last modified time | relevance | path

Searched refs:do_twostep_tstamp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c190 do_twostep_tstamp = true; in enetc_map_tx_buffs()
193 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()
197 if (do_vlan || do_onestep_tstamp || do_twostep_tstamp) in enetc_map_tx_buffs()
267 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()
366 tx_swbd->do_twostep_tstamp = false; in enetc_map_tx_tso_hdr()
821 bool do_twostep_tstamp; in enetc_clean_tx_ring() local
829 do_twostep_tstamp = false; in enetc_clean_tx_ring()
840 tx_swbd->do_twostep_tstamp) { in enetc_clean_tx_ring()
843 do_twostep_tstamp = true; in enetc_clean_tx_ring()
865 } else if (unlikely(do_twostep_tstamp)) { in enetc_clean_tx_ring()
[all …]
H A Denetc.h36 u8 do_twostep_tstamp:1; member