Searched refs:do_twostep_tstamp (Results 1 – 2 of 2) sorted by relevance
150 bool do_vlan, do_onestep_tstamp = false, do_twostep_tstamp = false; in enetc_map_tx_buffs() local193 do_twostep_tstamp = true; in enetc_map_tx_buffs()196 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()198 tx_swbd->check_wb = tx_swbd->do_twostep_tstamp || tx_swbd->qbv_en; in enetc_map_tx_buffs()200 if (do_vlan || do_onestep_tstamp || do_twostep_tstamp) in enetc_map_tx_buffs()270 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()369 tx_swbd->do_twostep_tstamp = false; in enetc_map_tx_tso_hdr()824 bool do_twostep_tstamp; in enetc_clean_tx_ring() local832 do_twostep_tstamp = false; in enetc_clean_tx_ring()843 tx_swbd->do_twostep_tstamp) { in enetc_clean_tx_ring()[all …]
36 u8 do_twostep_tstamp:1; member