Searched refs:tstmp (Results 1 – 7 of 7) sorted by relevance
490 l_fp tstmp; in datum_pts_receive() local710 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()
433 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()
994 l_fp tstmp; /* timestamp temp */ in chu_decode() local1006 tstmp = up->timestamp; in chu_decode()1009 L_SUB(&tstmp, &up->laststamp); in chu_decode()1011 LFPTOD(&tstmp, dtemp); in chu_decode()
2308 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()
715 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()
332 uint64_t tstmp; in mlx5e_build_rx_mbuf() local443 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()
562 uint64_t tstmp:1; member591 uint64_t tstmp:1;