/linux/net/core/ |
H A D | dev_ioctl.c | 390 return dev_eth_ioctl(dev, ifr, SIOCSHWTSTAMP); /* legacy */ in dev_set_hwtstamp() 460 return generic_hwtstamp_ioctl_lower(dev, SIOCSHWTSTAMP, kernel_cfg); in generic_hwtstamp_set_lower() 596 case SIOCSHWTSTAMP: in dev_ifsioc() 775 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/drivers/net/ethernet/engleder/ |
H A D | tsnep_ptp.c | 30 if (cmd == SIOCSHWTSTAMP) { in tsnep_ptp_ioctl()
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_hw_metadata.c | 547 hwtstamp_ioctl(SIOCSHWTSTAMP, saved_hwtstamp_ifname, &saved_hwtstamp_cfg); in hwtstamp_restore() 560 hwtstamp_ioctl(SIOCSHWTSTAMP, ifname, &cfg); in hwtstamp_enable()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 337 case SIOCSHWTSTAMP: in aq_ndev_ioctl()
|
/linux/drivers/net/can/dev/ |
H A D | dev.c | 354 case SIOCSHWTSTAMP: /* set */ in can_eth_ioctl_hwts()
|
/linux/Documentation/networking/ |
H A D | timestamping.rst | 514 3. Hardware Timestamping configuration: SIOCSHWTSTAMP and SIOCGHWTSTAMP 528 calling ioctl(SIOCSHWTSTAMP) with a pointer to a struct ifreq whose 546 indicates that SIOCSHWTSTAMP is not supported at all). 599 SIOCSHWTSTAMP ioctl and update the supplied struct hwtstamp_config with 600 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
|
/linux/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 751 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 562 case SIOCSHWTSTAMP: in mlx5i_ioctl()
|
/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.c | 792 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_common.c | 1062 case SIOCSHWTSTAMP: in icssg_ndo_ioctl()
|
/linux/drivers/net/phy/ |
H A D | phy.c | 422 case SIOCSHWTSTAMP: in phy_mii_ioctl()
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 720 case SIOCSHWTSTAMP: in cpsw_ndo_ioctl()
|
/linux/drivers/net/ethernet/cavium/octeon/ |
H A D | octeon_mgmt.c | 791 case SIOCSHWTSTAMP: in octeon_mgmt_ioctl()
|
/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 994 if (cmd == SIOCSHWTSTAMP) in eth_ioctl()
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 881 case SIOCSHWTSTAMP: in ocelot_ioctl()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_main.c | 1301 case SIOCSHWTSTAMP: in liquidio_ioctl()
|
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_main.c | 1964 case SIOCSHWTSTAMP: in nicvf_ioctl()
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 1067 case SIOCSHWTSTAMP: in fun_ioctl()
|
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 2237 if (cmd == SIOCSHWTSTAMP) in pch_gbe_ioctl()
|
/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1795 case SIOCSHWTSTAMP: in rswitch_eth_ioctl()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 2050 case SIOCSHWTSTAMP: in xgbe_ioctl()
|