Searched refs:SIOCSHWTSTAMP (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 458 相反,这表明 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 D | nic_timestamp.py | 17 SIOCSHWTSTAMP = 0x89b0 variable 100 fcntl.ioctl(sock.fileno(), SIOCSHWTSTAMP, req)
|
| /linux/include/uapi/linux/ |
| H A D | sockios.h | 153 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | hwtstamp_config.c | 119 if (ioctl(sock, (argc == 2) ? SIOCGHWTSTAMP : SIOCSHWTSTAMP, &ifr)) { in main()
|
| H A D | timestamping.c | 404 if (ioctl(sock, SIOCSHWTSTAMP, &hwtstamp) < 0) { in main()
|
| /linux/net/core/ |
| H A D | dev_ioctl.c | 625 case SIOCSHWTSTAMP: in dev_ifsioc() 805 case SIOCSHWTSTAMP: in dev_ioctl()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_hw_metadata.c | 593 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 D | timestamping.rst | 570 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 D | packet_mmap.rst | 1032 of hardware timestamps with SIOCSHWTSTAMP (see related information from
|
| H A D | ethtool-netlink.rst | 2439 It is similar to the deprecated ``SIOCSHWTSTAMP`` ioctl request. 2634 ``SIOCSHWTSTAMP`` ``ETHTOOL_MSG_TSCONFIG_SET``
|
| /linux/drivers/net/phy/ |
| H A D | phy.c | 407 case SIOCSHWTSTAMP: in phy_mii_ioctl()
|
| /linux/net/ |
| H A D | socket.c | 3441 case SIOCSHWTSTAMP: in compat_sock_ioctl_trans()
|