Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
A Denetc.c171 do_twostep_tstamp = true; in enetc_map_tx_buffs()
174 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()
175 tx_swbd->check_wb = tx_swbd->do_twostep_tstamp; in enetc_map_tx_buffs()
247 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()
346 tx_swbd->do_twostep_tstamp = false; in enetc_map_tx_tso_hdr()
800 bool do_twostep_tstamp; in enetc_clean_tx_ring() local
808 do_twostep_tstamp = false; in enetc_clean_tx_ring()
819 tx_swbd->do_twostep_tstamp) { in enetc_clean_tx_ring()
822 do_twostep_tstamp = true; in enetc_clean_tx_ring()
840 } else if (unlikely(do_twostep_tstamp)) { in enetc_clean_tx_ring()
[all …]
A Denetc.h33 u8 do_twostep_tstamp:1; member

Completed in 10 milliseconds