Home
last modified time | relevance | path

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

123

/linux-6.15/net/core/
H A Ddev_ioctl.c416 return dev_eth_ioctl(dev, ifr, SIOCSHWTSTAMP); /* legacy */ in dev_set_hwtstamp()
488 return generic_hwtstamp_ioctl_lower(dev, SIOCSHWTSTAMP, kernel_cfg); in generic_hwtstamp_set_lower()
633 case SIOCSHWTSTAMP: in dev_ifsioc()
812 case SIOCSHWTSTAMP: in dev_ioctl()
/linux-6.15/include/uapi/linux/
H A Dsockios.h153 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
/linux-6.15/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-6.15/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c30 if (cmd == SIOCSHWTSTAMP) { in tsnep_ptp_ioctl()
/linux-6.15/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-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c337 case SIOCSHWTSTAMP: in aq_ndev_ioctl()
/linux-6.15/drivers/net/can/dev/
H A Ddev.c352 case SIOCSHWTSTAMP: /* set */ in can_eth_ioctl_hwts()
/linux-6.15/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-6.15/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c751 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
/linux-6.15/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c792 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c562 case SIOCSHWTSTAMP: in mlx5i_ioctl()
/linux-6.15/drivers/net/phy/
H A Dphy.c407 case SIOCSHWTSTAMP: in phy_mii_ioctl()
/linux-6.15/drivers/net/ethernet/ti/
H A Dcpsw_priv.c720 case SIOCSHWTSTAMP: in cpsw_ndo_ioctl()
/linux-6.15/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c791 case SIOCSHWTSTAMP: in octeon_mgmt_ioctl()
/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c1307 case SIOCSHWTSTAMP: in icssg_ndo_ioctl()
/linux-6.15/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c994 if (cmd == SIOCSHWTSTAMP) in eth_ioctl()
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c882 case SIOCSHWTSTAMP: in ocelot_ioctl()
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1964 case SIOCSHWTSTAMP: in nicvf_ioctl()
/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1301 case SIOCSHWTSTAMP: in liquidio_ioctl()
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1067 case SIOCSHWTSTAMP: in fun_ioctl()
/linux-6.15/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2237 if (cmd == SIOCSHWTSTAMP) in pch_gbe_ioctl()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2050 case SIOCSHWTSTAMP: in xgbe_ioctl()
/linux-6.15/drivers/net/ethernet/renesas/
H A Drswitch.c1846 case SIOCSHWTSTAMP: in rswitch_eth_ioctl()

123