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()
674 u32 tstamp_lo, tstamp_hi; in felix_rxtstamp() local682 tstamp_lo = (u32)val; in felix_rxtstamp()685 if ((tstamp & 0xffffffff) < tstamp_lo) in felix_rxtstamp()688 tstamp = ((u64)tstamp_hi << 32) | tstamp_lo; in felix_rxtstamp()
370 u32 lo, hi, tstamp_lo; in enetc_get_tx_tstamp() local374 tstamp_lo = le32_to_cpu(txbd->wb.tstamp); in enetc_get_tx_tstamp()375 if (lo <= tstamp_lo) in enetc_get_tx_tstamp()377 *tstamp = (u64)hi << 32 | tstamp_lo; in enetc_get_tx_tstamp()551 u32 lo, hi, tstamp_lo; in enetc_get_rx_tstamp() local558 tstamp_lo = le32_to_cpu(rxbd->ext.tstamp); in enetc_get_rx_tstamp()559 if (lo <= tstamp_lo) in enetc_get_rx_tstamp()562 tstamp = (u64)hi << 32 | tstamp_lo; in enetc_get_rx_tstamp()