Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_datum.c490 l_fp tstmp; in datum_pts_receive() local
710 tstmp = datum_pts->lastref; /* tstmp is the datum ntp time */ in datum_pts_receive()
711 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */ in datum_pts_receive()
744 timerr = tstmp.l_ui<<20; in datum_pts_receive()
745 timerr |= (tstmp.l_uf>>12) & 0x000fffff; in datum_pts_receive()
H A Drefclock_jupiter.c433 l_fp tstmp; in jupiter_pps() local
460 tstmp = tspec_stamp_to_lfp(ts); in jupiter_pps()
461 if (L_ISEQU(&tstmp, &up->rcv_pps)) in jupiter_pps()
464 up->rcv_pps = tstmp; in jupiter_pps()
H A Drefclock_chu.c994 l_fp tstmp; /* timestamp temp */ in chu_decode() local
1006 tstmp = up->timestamp; in chu_decode()
1009 L_SUB(&tstmp, &up->laststamp); in chu_decode()
1011 LFPTOD(&tstmp, dtemp); in chu_decode()
H A Drefclock_parse.c2308 l_fp tstmp; in local_input()
2310 TVTOTS(&dcd_time, &tstmp); in local_input()
2311 tstmp.l_ui += JAN_1970; in local_input()
2312 L_SUB(&ts.fp, &tstmp); in local_input()
2321 lfptoa(&tstmp, 6)); in local_input()
2326 parse->parseio.parse_dtime.parse_ptime.fp = tstmp; in local_input()
H A Drefclock_ripencc.c715 l_fp tstmp; in ripencc_get_pps_ts() local
750 tstmp.l_ui = ts.tv_sec + JAN_1970; in ripencc_get_pps_ts()
752 tstmp.l_uf = (u_int32)dtemp; in ripencc_get_pps_ts()
759 *tsptr = tstmp; in ripencc_get_pps_ts()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c332 uint64_t tstmp; in mlx5e_build_rx_mbuf() local
443 tstmp = mlx5e_mbuf_tstmp(c->priv, be64_to_cpu(cqe->timestamp)); in mlx5e_build_rx_mbuf()
444 if ((tstmp & MLX5_CQE_TSTMP_PTP) != 0) { in mlx5e_build_rx_mbuf()
449 tstmp &= ~MLX5_CQE_TSTMP_PTP; in mlx5e_build_rx_mbuf()
452 if (tstmp != 0) { in mlx5e_build_rx_mbuf()
453 mb->m_pkthdr.rcv_tstmp = tstmp; in mlx5e_build_rx_mbuf()
/freebsd/sys/dev/vnic/
H A Dq_struct.h562 uint64_t tstmp:1; member
591 uint64_t tstmp:1;