Searched refs:do_twostep_tstamp (Results 1 – 2 of 2) sorted by relevance
255 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() local1151 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 …]
37 u8 do_twostep_tstamp:1; member