Home
last modified time | relevance | path

Searched refs:timestamping (Results 1 – 25 of 49) sorted by relevance

12

/linux/drivers/hte/
H A DKconfig7 Some devices provide a hardware timestamping engine which can
9 benefit for the applications needing accurate timestamping event with
22 Enable this option for integrated hardware timestamping engine also
23 known as generic timestamping engine (GTE) support on NVIDIA Tegra194
25 lines for timestamping in realtime.
/linux/drivers/net/dsa/microchip/
H A DKconfig36 Select to enable support for timestamping & PTP clock manipulation in
38 only one step timestamping. LAN937x switch supports both one step and
39 two step timestamping.
/linux/Documentation/networking/
H A Dtimestamping.rst24 Same timestamping mechanism as SO_TIMESTAMP, but reports the
45 This socket option enables timestamping of datagrams on the reception
98 requested by a particular socket, such as when receive timestamping is
180 have multiple concurrent timestamping requests outstanding. Packets
221 timestamping applications. SOF_TIMESTAMPING_OPT_ID defines how the
354 The SO_TIMESTAMPING interface supports timestamping of bytes in a
356 entire contents of the buffer has passed a timestamping point. That
663 and hardware timestamping is not possible (SKBTX_IN_PROGRESS not set).
680 user to select which PHC to use for timestamping Ethernet frames. Instead, the
698 switches include a timestamping cloc
[all...]
H A Dindex.rst124 timestamping
H A Dethtool-netlink.rst219 ``ETHTOOL_MSG_TSINFO_GET`` get timestamping info
240 ``ETHTOOL_MSG_TSCONFIG_GET`` get hw timestamping configuration
241 ``ETHTOOL_MSG_TSCONFIG_SET`` set hw timestamping configuration
275 ``ETHTOOL_MSG_TSINFO_GET_REPLY`` timestamping info
295 ``ETHTOOL_MSG_TSCONFIG_GET_REPLY`` hw timestamping configuration
296 ``ETHTOOL_MSG_TSCONFIG_SET_REPLY`` new hw timestamping configuration
1267 Gets timestamping information like ``ETHTOOL_GET_TS_INFO`` ioctl request.
1284 ``ETHTOOL_A_TSINFO_STATS`` nested HW timestamping statistics
1291 Additional hardware timestamping statistics response contents:
2390 Retrieves the information about the current hardware timestamping sourc
[all...]
H A Dnf_conntrack-sysctl.rst163 Enable connection tracking flow timestamping.
/linux/Documentation/driver-api/hte/
H A Dhte.rst12 Certain devices have built in hardware timestamping engines which can
19 This document describes the API that can be used by hardware timestamping
20 engine provider and consumer drivers that want to use the hardware timestamping
H A Dtegra-hte.rst19 instance supports timestamping GPIOs in real time as it is tightly coupled with
/linux/Documentation/sound/designs/
H A Dindex.rst11 timestamping
H A Dtimestamping.rst119 Due to the varied nature of timestamping needs, even for a single
146 Examples of timestamping with HDAudio:
/linux/net/mptcp/
H A Dsockopt.c212 struct so_timestamping timestamping; in mptcp_setsockopt_sol_socket_timestamping() local
215 if (optlen == sizeof(timestamping)) { in mptcp_setsockopt_sol_socket_timestamping()
216 if (copy_from_sockptr(&timestamping, optval, in mptcp_setsockopt_sol_socket_timestamping()
217 sizeof(timestamping))) in mptcp_setsockopt_sol_socket_timestamping()
220 memset(&timestamping, 0, sizeof(timestamping)); in mptcp_setsockopt_sol_socket_timestamping()
222 if (copy_from_sockptr(&timestamping.flags, optval, sizeof(int))) in mptcp_setsockopt_sol_socket_timestamping()
229 KERNEL_SOCKPTR(&timestamping), in mptcp_setsockopt_sol_socket_timestamping()
230 sizeof(timestamping)); in mptcp_setsockopt_sol_socket_timestamping()
240 sock_set_timestamping(sk, optname, timestamping); in mptcp_setsockopt_sol_socket_timestamping()
[all...]
/linux/tools/testing/selftests/net/
H A D.gitignore55 timestamping
H A DMakefile76 TEST_GEN_FILES += hwtstamp_config rxtimestamp timestamping txtimestamp
/linux/drivers/net/dsa/mv88e6xxx/
H A DKconfig18 Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
/linux/Documentation/trace/coresight/
H A Dcoresight-tpdm.rst15 sources and send it to a TPDA for packetization, timestamping and funneling.
H A Dcoresight-tpda.rst17 and timestamping of Monitor data.
/linux/net/core/
H A DMakefile32 obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o
H A Dsock.c900 struct so_timestamping timestamping) in sock_set_timestamping() argument
902 int val = timestamping.flags; in sock_set_timestamping()
932 ret = sock_timestamping_bind_phc(sk, timestamping.bind_phc); in sock_set_timestamping()
1190 struct so_timestamping timestamping; in sk_setsockopt() local
1430 if (optlen == sizeof(timestamping)) { in sk_setsockopt()
1431 if (copy_from_sockptr(&timestamping, optval, in sk_setsockopt()
1432 sizeof(timestamping))) { in sk_setsockopt()
1437 memset(&timestamping, 0, sizeof(timestamping)); in sk_setsockopt()
1438 timestamping in sk_setsockopt()
1733 struct so_timestamping timestamping; sk_getsockopt() member
[all...]
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst141 * timestamping
/linux/drivers/net/dsa/sja1105/
H A DKconfig31 This enables support for timestamping and PTP clock manipulations in
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_timestamping_client-only-last-byte.pkt2 // Test that tx timestamping sends timestamps only for
H A Dtcp_timestamping_partial.pkt2 // Test tx timestamping for partial writes (IPv4).
H A Dtcp_timestamping_server.pkt2 // Test tx timestamping for server-side (IPv4).
/linux/drivers/net/ethernet/cavium/
H A DKconfig61 PTP provides timestamping mechanism that is suitable for use in IEEE 1588
/linux/drivers/virtio/
H A DKconfig226 bool "Virtio RTC cross-timestamping using Arm Generic Timer"
230 This enables Virtio RTC cross-timestamping using the Arm Generic Timer.

12