Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc.c255 do_twostep_tstamp = true; in enetc_map_tx_buffs()
258 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()
359 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()
453 tx_swbd->do_twostep_tstamp = false; in enetc_map_tx_tso_hdr()
667 tx_swbd->do_twostep_tstamp = false; in enetc_lso_map_hdr()
1143 bool do_twostep_tstamp; in enetc_clean_tx_ring() local
1151 do_twostep_tstamp = false; in enetc_clean_tx_ring()
1162 tx_swbd->do_twostep_tstamp) { in enetc_clean_tx_ring()
1165 do_twostep_tstamp = true; in enetc_clean_tx_ring()
1187 } else if (unlikely(do_twostep_tstamp)) { in enetc_clean_tx_ring()
[all …]
H A Denetc.h37 u8 do_twostep_tstamp:1; member