Searched refs:SIOCSHWTSTAMP (Results 1 – 9 of 9) 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/net/core/ |
| H A D | dev_ioctl.c | 252 * Note: phy_mii_ioctl() only handles SIOCSHWTSTAMP (not SIOCGHWTSTAMP), but 417 return dev_eth_ioctl(dev, ifr, SIOCSHWTSTAMP); /* legacy */ in dev_set_hwtstamp() 506 return generic_hwtstamp_ioctl_lower(dev, SIOCSHWTSTAMP, kernel_cfg); in generic_hwtstamp_set_lower() 653 case SIOCSHWTSTAMP: in dev_ifsioc() 833 case SIOCSHWTSTAMP: in dev_ioctl()
|
| /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/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. 630 ndo_hwtstamp_set NDO or the legacy SIOCSHWTSTAMP ioctl and update the 632 the section on SIOCSHWTSTAMP. It should also support ndo_hwtstamp_get or
|
| H A D | packet_mmap.rst | 1032 of hardware timestamps with SIOCSHWTSTAMP (see related information from
|
| /linux/net/ |
| H A D | socket.c | 3441 case SIOCSHWTSTAMP: in compat_sock_ioctl_trans()
|