Searched refs:do_twostep_tstamp (Results 1 – 2 of 2) sorted by relevance
128 bool do_vlan, do_onestep_tstamp = false, do_twostep_tstamp = false; in enetc_map_tx_buffs() local171 do_twostep_tstamp = true; in enetc_map_tx_buffs()174 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()176 tx_swbd->check_wb = tx_swbd->do_twostep_tstamp || tx_swbd->qbv_en; in enetc_map_tx_buffs()178 if (do_vlan || do_onestep_tstamp || do_twostep_tstamp) in enetc_map_tx_buffs()248 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()347 tx_swbd->do_twostep_tstamp = false; in enetc_map_tx_tso_hdr()801 bool do_twostep_tstamp; in enetc_clean_tx_ring() local809 do_twostep_tstamp = false; in enetc_clean_tx_ring()820 tx_swbd->do_twostep_tstamp) { in enetc_clean_tx_ring()[all …]
35 u8 do_twostep_tstamp:1; member