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()
655 u32 tstamp_lo, tstamp_hi; in felix_rxtstamp() local663 tstamp_lo = (u32)val; in felix_rxtstamp()666 if ((tstamp & 0xffffffff) < tstamp_lo) in felix_rxtstamp()669 tstamp = ((u64)tstamp_hi << 32) | tstamp_lo; in felix_rxtstamp()
368 u32 lo, hi, tstamp_lo; in enetc_get_tx_tstamp() local372 tstamp_lo = le32_to_cpu(txbd->wb.tstamp); in enetc_get_tx_tstamp()373 if (lo <= tstamp_lo) in enetc_get_tx_tstamp()375 *tstamp = (u64)hi << 32 | tstamp_lo; in enetc_get_tx_tstamp()549 u32 lo, hi, tstamp_lo; in enetc_get_rx_tstamp() local556 tstamp_lo = le32_to_cpu(rxbd->ext.tstamp); in enetc_get_rx_tstamp()557 if (lo <= tstamp_lo) in enetc_get_rx_tstamp()560 tstamp = (u64)hi << 32 | tstamp_lo; in enetc_get_rx_tstamp()