Home
last modified time | relevance | path

Searched refs:SIOCSHWTSTAMP (Results 1 – 9 of 9) 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/net/core/
H A Ddev_ioctl.c252 * 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 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/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.
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 Dpacket_mmap.rst1032 of hardware timestamps with SIOCSHWTSTAMP (see related information from
/linux/net/
H A Dsocket.c3441 case SIOCSHWTSTAMP: in compat_sock_ioctl_trans()