| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-tra.h | 391 uint64_t timestamp : 8; member 393 uint64_t timestamp : 8; 415 uint64_t timestamp : 8; member 417 uint64_t timestamp : 8; 440 uint64_t timestamp : 8; member 442 uint64_t timestamp : 8; 465 uint64_t timestamp : 8; member 467 uint64_t timestamp : 8; 490 uint64_t timestamp : 8; member 492 uint64_t timestamp : 8; [all …]
|
| H A D | cvmx-tra.c | 622 data.cmn.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 635 data.cmn.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 649 data.cmn.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 660 data.cmn.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 671 data.cmn.timestamp << (tra_ctl.s.time_grn*3)); in cvmx_tra_decode_text() 731 data.cmn2.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 770 data.cmn2.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 804 data.cmn2.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 832 data.iob2.timestamp << (tra_ctl.s.time_grn*3), in cvmx_tra_decode_text() 844 data.cmn2.timestamp << (tra_ctl.s.time_grn*3)); in cvmx_tra_decode_text()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | vtoc.h | 115 time_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member 161 v.timestamp[i] = (time_t)extv.timestamp[i]; \ 186 extv.timestamp[i] = (uint64_t)v.timestamp[i]; \ 234 v.timestamp[i] = (time_t)v32.timestamp[i]; \ 257 extv.timestamp[i] = (time_t)v32.timestamp[i]; \ 284 if (v.timestamp[i] > TIME32_MAX) \ 285 v32.timestamp[i] = TIME32_MAX; \ 287 v32.timestamp[i] = (time32_t)v.timestamp[i]; \ 313 if (extv.timestamp[i] > TIME32_MAX) \ 314 v32.timestamp[i] = TIME32_MAX; \ [all …]
|
| H A D | dklabel.h | 131 time32_t timestamp[NDKMAP]; /* partition timestamp (unsupported) */ member 214 #define v_timestamp timestamp
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | ieee1588fwd.c | 57 struct timespec timestamp = {0, 0}; in port_ieee1588_rx_timestamp_check() local 59 if (rte_eth_timesync_read_rx_timestamp(pi, ×tamp, index) < 0) { in port_ieee1588_rx_timestamp_check() 64 pi, timestamp.tv_sec, timestamp.tv_nsec); in port_ieee1588_rx_timestamp_check() 72 struct timespec timestamp = {0, 0}; in port_ieee1588_tx_timestamp_check() local 75 while ((rte_eth_timesync_read_tx_timestamp(pi, ×tamp) < 0) && in port_ieee1588_tx_timestamp_check() 88 pi, timestamp.tv_sec, timestamp.tv_nsec, wait_us, in port_ieee1588_tx_timestamp_check()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ptp.c | 44 struct timespec *timestamp) in dpaa2_timesync_read_time() argument 58 *timestamp = rte_ns_to_timespec(ns); in dpaa2_timesync_read_time() 110 struct timespec *timestamp) in dpaa2_timesync_read_tx_timestamp() argument 118 *timestamp = rte_ns_to_timespec(priv->tx_timestamp); in dpaa2_timesync_read_tx_timestamp() 124 struct timespec *timestamp, in dpaa2_timesync_read_rx_timestamp() argument 128 *timestamp = rte_ns_to_timespec(priv->rx_timestamp); in dpaa2_timesync_read_rx_timestamp()
|
| H A D | dpaa2_ethdev.h | 233 struct timespec *timestamp); 235 const struct timespec *timestamp); 238 struct timespec *timestamp, 241 struct timespec *timestamp);
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_rx.h | 203 rte_mbuf_timestamp_t timestamp; in nfb_eth_ndp_rx() local 206 timestamp = in nfb_eth_ndp_rx() 209 timestamp <<= 32; in nfb_eth_ndp_rx() 211 timestamp |= in nfb_eth_ndp_rx() 214 *nfb_timestamp_dynfield(mbuf) = timestamp; in nfb_eth_ndp_rx()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ti,k3-am654-cpts.yaml | 19 - 64-bit timestamp mode in ns with PPM and nudge adjustment. 20 - hardware timestamp push inputs (HWx_TS_PUSH) 21 - timestamp counter compare output (TS_COMP) 22 - timestamp counter bit output (TS_SYNC) 25 - external hardware timestamp push inputs (HWx_TS_PUSH) timestamping 80 Number of hardware timestamp push inputs (HWx_TS_PUSH) 86 Number of timestamp Generator function outputs (TS_GENFx)
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ptp.c | 315 struct timespec *timestamp, in otx2_nix_timesync_read_rx_timestamp() argument 326 *timestamp = rte_ns_to_timespec(ns); in otx2_nix_timesync_read_rx_timestamp() 330 (uint64_t)tstamp->rx_tstamp, (uint64_t)timestamp->tv_sec, in otx2_nix_timesync_read_rx_timestamp() 331 (uint64_t)timestamp->tv_nsec); in otx2_nix_timesync_read_rx_timestamp() 338 struct timespec *timestamp) in otx2_nix_timesync_read_tx_timestamp() argument 348 *timestamp = rte_ns_to_timespec(ns); in otx2_nix_timesync_read_tx_timestamp() 351 *tstamp->tx_tstamp, (uint64_t)timestamp->tv_sec, in otx2_nix_timesync_read_tx_timestamp() 352 (uint64_t)timestamp->tv_nsec); in otx2_nix_timesync_read_tx_timestamp()
|
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev_compiler.c | 133 char timestamp[] = "19700101_000001"; in otx2_ree_rule_db_compile_prog() local 173 rof_inc.timestamp = timestamp; in otx2_ree_rule_db_compile_prog() 183 rofi_inc.timestamp = timestamp; in otx2_ree_rule_db_compile_prog()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | nfb.rst | 62 products) and the device argument `timestamp=1` must be used. 66 ./<build_dir>/app/dpdk-testpmd -a b3:00.0,timestamp=1 <other EAL params> -- <testpmd params> 68 When the timestamps are enabled with the *devarg*, a timestamp validity flag is set in the MBUFs 69 containing received frames and timestamp is inserted into the `rte_mbuf` struct. 71 The timestamp is an `uint64_t` field. Its lower 32 bits represent *seconds* portion of the timestamp 73 *nanosecond* portion of the timestamp (number of nanoseconds elapsed since the beginning of the
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 91 uint64_t timestamp = 0; variable 251 printf(" %llu\n", (u_longlong_t)timestamp); in print_scan_status() 370 printf(" %llu\n", (u_longlong_t)timestamp); in print_summary_stats() 462 printf(" %llu\n", (u_longlong_t)timestamp); in print_vdev_latency_stats() 557 printf(" %llu\n", (u_longlong_t)timestamp); in print_vdev_size_stats() 613 printf(" %llu\n", (u_longlong_t)timestamp); in print_queue_stats() 664 printf(" %llu\n", (u_longlong_t)timestamp); in print_top_level_vdev_stats() 729 timestamp = (uint64_t)time(NULL) * 1000000000; in print_stats() 731 timestamp = in print_stats()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.h | 57 uint16_t timestamp; /* last used */ member 72 uint16_t timestamp; member 136 uint16_t timestamp; member 172 uint16_t timestamp; member
|
| H A D | nat64lsn.c | 387 SET_AGE(state->timestamp); in nat64lsn_get_state6to4() 674 if (state->timestamp != ts) in nat64lsn_translate4() 675 state->timestamp = ts; in nat64lsn_translate4() 720 age = GET_AGE(state->timestamp); in nat64lsn_check_state() 807 SET_AGE(pg->timestamp); in nat64lsn_maintain_pg() 809 if (GET_AGE(pg->timestamp) < cfg->pg_delete_delay) in nat64lsn_maintain_pg() 1045 SET_AGE(host->timestamp); in nat64lsn_alloc_host() 1168 SET_AGE(pg->timestamp); in nat64lsn_alloc_proto_pg() 1178 SET_AGE(alias->timestamp); in nat64lsn_alloc_proto_pg() 1468 if (state->timestamp != ts) in nat64lsn_translate6_internal() [all …]
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_perf_common.h | 68 uint64_t timestamp; member 123 latency = rte_get_timer_cycles() - m->timestamp; in perf_process_last_stage_latency() 126 latency = rte_get_timer_cycles() - m->timestamp; in perf_process_last_stage_latency()
|
| H A D | test_perf_common.c | 63 m[i]->timestamp = rte_get_timer_cycles(); in perf_producer() 69 m[i]->timestamp = rte_get_timer_cycles(); in perf_producer() 121 m[i]->timestamp = rte_get_timer_cycles(); in perf_event_timer_producer() 127 m[i]->timestamp = rte_get_timer_cycles(); in perf_event_timer_producer() 129 arm_latency += rte_get_timer_cycles() - m[i]->timestamp; in perf_event_timer_producer() 185 m[i]->timestamp = rte_get_timer_cycles(); in perf_event_timer_producer_burst() 192 arm_latency += rte_get_timer_cycles() - m[i - 1]->timestamp; in perf_event_timer_producer_burst()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_neon.h | 799 pkt_info)->timestamp); in rxq_cq_process_v() 804 pkt_info)->timestamp); in rxq_cq_process_v() 809 pkt_info)->timestamp); in rxq_cq_process_v() 814 pkt_info)->timestamp); in rxq_cq_process_v() 820 struct mlx5_cqe, pkt_info)->timestamp)); in rxq_cq_process_v() 823 struct mlx5_cqe, pkt_info)->timestamp)); in rxq_cq_process_v() 826 struct mlx5_cqe, pkt_info)->timestamp)); in rxq_cq_process_v() 829 struct mlx5_cqe, pkt_info)->timestamp)); in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 745 ts = rte_be_to_cpu_64(cq[pos].timestamp); in rxq_cq_process_v() 748 ts = rte_be_to_cpu_64(cq[pos + p1].timestamp); in rxq_cq_process_v() 751 ts = rte_be_to_cpu_64(cq[pos + p2].timestamp); in rxq_cq_process_v() 754 ts = rte_be_to_cpu_64(cq[pos + p3].timestamp); in rxq_cq_process_v() 759 rte_be_to_cpu_64(cq[pos].timestamp)); in rxq_cq_process_v() 761 rte_be_to_cpu_64(cq[pos + p1].timestamp)); in rxq_cq_process_v() 763 rte_be_to_cpu_64(cq[pos + p2].timestamp)); in rxq_cq_process_v() 765 rte_be_to_cpu_64(cq[pos + p3].timestamp)); in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_altivec.h | 1198 ts = rte_be_to_cpu_64(cq[pos].timestamp); in rxq_cq_process_v() 1201 ts = rte_be_to_cpu_64(cq[pos + p1].timestamp); in rxq_cq_process_v() 1204 ts = rte_be_to_cpu_64(cq[pos + p2].timestamp); in rxq_cq_process_v() 1207 ts = rte_be_to_cpu_64(cq[pos + p3].timestamp); in rxq_cq_process_v() 1212 rte_be_to_cpu_64(cq[pos].timestamp)); in rxq_cq_process_v() 1214 rte_be_to_cpu_64(cq[pos + p1].timestamp)); in rxq_cq_process_v() 1216 rte_be_to_cpu_64(cq[pos + p2].timestamp)); in rxq_cq_process_v() 1218 rte_be_to_cpu_64(cq[pos + p3].timestamp)); in rxq_cq_process_v()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_driver.h | 422 struct timespec *timestamp, 427 struct timespec *timestamp); 434 struct timespec *timestamp); 438 const struct timespec *timestamp); 442 uint64_t *timestamp);
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 97 struct timespec *timestamp); 102 struct timespec *timestamp); 105 const struct timespec *timestamp); 1545 struct timespec *timestamp) in axgbe_timesync_read_time() argument 1553 *timestamp = rte_ns_to_timespec(nsec); in axgbe_timesync_read_time() 1558 const struct timespec *timestamp) in axgbe_timesync_write_time() argument 1616 struct timespec timestamp; in axgbe_timesync_enable() local 1670 nsec = rte_timespec_to_ns(×tamp); in axgbe_timesync_enable() 1672 axgbe_set_tstamp_time(pdata, timestamp.tv_sec, timestamp.tv_nsec); in axgbe_timesync_enable() 1731 struct timespec *timestamp) in axgbe_timesync_read_tx_timestamp() argument [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 276 uint32_t timestamp; /* tv_sec of last match */ member 390 if ((_cntr)->timestamp != time_uptime) \ 391 (_cntr)->timestamp = time_uptime; \ 402 (_cntr)->timestamp = 0; \ 510 uint32_t timestamp; /* tv_sec of last match */ member 518 uint32_t timestamp; /* tv_sec of last match */ member
|
| /f-stack/freebsd/sys/disk/ |
| H A D | vtoc.h | 82 uint32_t timestamp[VTOC8_NPARTS]; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | Makefile.am | 29 timestamp.c \
|