Searched refs:do_twostep_tstamp (Results 1 – 2 of 2) sorted by relevance
126 bool do_vlan, do_onestep_tstamp = false, do_twostep_tstamp = false; in enetc_map_tx_buffs() local169 do_twostep_tstamp = true; in enetc_map_tx_buffs()172 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()173 tx_swbd->check_wb = tx_swbd->do_twostep_tstamp; in enetc_map_tx_buffs()175 if (do_vlan || do_onestep_tstamp || do_twostep_tstamp) in enetc_map_tx_buffs()245 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()533 bool do_twostep_tstamp; in enetc_clean_tx_ring() local541 do_twostep_tstamp = false; in enetc_clean_tx_ring()555 tx_swbd->do_twostep_tstamp) { in enetc_clean_tx_ring()558 do_twostep_tstamp = true; in enetc_clean_tx_ring()[all …]
33 u8 do_twostep_tstamp:1; member