Searched refs:tstamp_lo (Results 1 – 4 of 4) sorted by relevance
125 u32 tstamp_lo; member145 u32 tstamp_lo; member
196 p->tstamp_lo = (u32) tstamp; in sxgbe_tx_ctxt_desc_set_tstamp()454 if ((p->tstamp_hi == 0xffffffff) && (p->tstamp_lo == 0xffffffff)) { in sxgbe_get_rx_ctxt_tstamp_status()467 ns = p->tstamp_lo; in sxgbe_get_rx_timestamp()
465 u32 lo, hi, tstamp_lo; in enetc_get_tx_tstamp() local469 tstamp_lo = le32_to_cpu(txbd->wb.tstamp); in enetc_get_tx_tstamp()470 if (lo <= tstamp_lo) in enetc_get_tx_tstamp()472 *tstamp = (u64)hi << 32 | tstamp_lo; in enetc_get_tx_tstamp()699 u32 lo, hi, tstamp_lo; in enetc_get_rx_tstamp() local706 tstamp_lo = le32_to_cpu(rxbd->ext.tstamp); in enetc_get_rx_tstamp()707 if (lo <= tstamp_lo) in enetc_get_rx_tstamp()710 tstamp = (u64)hi << 32 | tstamp_lo; in enetc_get_rx_tstamp()
1374 u32 tstamp_lo, tstamp_hi; in felix_rxtstamp() local1392 tstamp_lo = (u32)val; in felix_rxtstamp()1395 if ((tstamp & 0xffffffff) < tstamp_lo) in felix_rxtstamp()1398 tstamp = ((u64)tstamp_hi << 32) | tstamp_lo; in felix_rxtstamp()