Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c324 bool do_vlan, do_onestep_tstamp = false, do_twostep_tstamp = false; in enetc_map_tx_buffs() local
367 do_twostep_tstamp = true; in enetc_map_tx_buffs()
389 tx_swbd->do_twostep_tstamp = do_twostep_tstamp; in enetc_map_tx_buffs()
391 tx_swbd->check_wb = tx_swbd->do_twostep_tstamp || tx_swbd->qbv_en; in enetc_map_tx_buffs()
393 if (do_vlan || do_onestep_tstamp || do_twostep_tstamp) in enetc_map_tx_buffs()
434 } else if (do_twostep_tstamp) { in enetc_map_tx_buffs()
528 tx_swbd->do_twostep_tstamp = false; in enetc_map_tx_tso_hdr()
742 tx_swbd->do_twostep_tstamp = false; in enetc_lso_map_hdr()
1224 bool do_twostep_tstamp; in enetc_clean_tx_ring() local
1232 do_twostep_tstamp = false; in enetc_clean_tx_ring()
[all …]
H A Denetc.h50 u8 do_twostep_tstamp:1; member