Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c190 bool do_vlan, do_onestep_tstamp = false, do_twostep_tstamp = false; in enetc_map_tx_buffs() local
255 do_twostep_tstamp = true; in enetc_map_tx_buffs()
258 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()
260 tx_swbd->check_wb = tx_swbd->do_twostep_tstamp || tx_swbd->qbv_en; in enetc_map_tx_buffs()
262 if (do_vlan || do_onestep_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()
[all …]