Home
last modified time | relevance | path

Searched refs:SIOCSHWTSTAMP (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/translations/zh_CN/networking/ !
H A Dtimestamping.rst458 相反,这表明 SIOCSHWTSTAMP 根本不支持)。
466 遗留配置是使用 ioctl(SIOCSHWTSTAMP) 与指向 struct ifreq 的指针,其
470 ioctl(SIOCSHWTSTAMP) 相同的方式使用。然而,并非所有驱动程序都实现了这一点。
512 支持硬件时间戳的驱动程序必须支持 ndo_hwtstamp_set NDO 或遗留 SIOCSHWTSTAMP
513 ioctl 并更新提供的 struct hwtstamp_config 与实际值,如 SIOCSHWTSTAMP 部分
/linux/tools/testing/selftests/drivers/net/hw/ !
H A Dnic_timestamp.py17 SIOCSHWTSTAMP = 0x89b0 variable
100 fcntl.ioctl(sock.fileno(), SIOCSHWTSTAMP, req)
/linux/include/uapi/linux/ !
H A Dsockios.h153 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
/linux/tools/testing/selftests/net/ !
H A Dhwtstamp_config.c119 if (ioctl(sock, (argc == 2) ? SIOCGHWTSTAMP : SIOCSHWTSTAMP, &ifr)) { in main()
H A Dtimestamping.c404 if (ioctl(sock, SIOCSHWTSTAMP, &hwtstamp) < 0) { in main()
/linux/net/core/ !
H A Ddev_ioctl.c625 case SIOCSHWTSTAMP: in dev_ifsioc()
805 case SIOCSHWTSTAMP: in dev_ioctl()
/linux/tools/testing/selftests/bpf/ !
H A Dxdp_hw_metadata.c593 hwtstamp_ioctl(SIOCSHWTSTAMP, saved_hwtstamp_ifname, &saved_hwtstamp_cfg); in hwtstamp_restore()
607 hwtstamp_ioctl(SIOCSHWTSTAMP, ifname, &cfg); in hwtstamp_enable()
/linux/Documentation/networking/ !
H A Dtimestamping.rst570 indicates that SIOCSHWTSTAMP is not supported at all).
579 The legacy configuration is the use of the ioctl(SIOCSHWTSTAMP) with a pointer
585 ioctl(SIOCSHWTSTAMP). However, this has not been implemented in all drivers.
631 the actual values as described in the section on SIOCSHWTSTAMP. It
H A Dpacket_mmap.rst1032 of hardware timestamps with SIOCSHWTSTAMP (see related information from
H A Dethtool-netlink.rst2439 It is similar to the deprecated ``SIOCSHWTSTAMP`` ioctl request.
2634 ``SIOCSHWTSTAMP`` ``ETHTOOL_MSG_TSCONFIG_SET``
/linux/drivers/net/phy/ !
H A Dphy.c407 case SIOCSHWTSTAMP: in phy_mii_ioctl()
/linux/net/ !
H A Dsocket.c3441 case SIOCSHWTSTAMP: in compat_sock_ioctl_trans()