Home
last modified time | relevance | path

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

123

/openbmc/linux/net/core/
H A Ddev_ioctl.c393 return dev_eth_ioctl(dev, ifr, SIOCSHWTSTAMP); /* legacy */ in dev_set_hwtstamp()
463 return generic_hwtstamp_ioctl_lower(dev, SIOCSHWTSTAMP, kernel_cfg); in generic_hwtstamp_set_lower()
599 case SIOCSHWTSTAMP: in dev_ifsioc()
778 case SIOCSHWTSTAMP: in dev_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dsockios.h153 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
/openbmc/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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c354 hwtstamp_ioctl(SIOCSHWTSTAMP, saved_hwtstamp_ifname, &saved_hwtstamp_cfg); in hwtstamp_restore()
367 hwtstamp_ioctl(SIOCSHWTSTAMP, ifname, &cfg); in hwtstamp_enable()
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c30 if (cmd == SIOCSHWTSTAMP) { in tsnep_ptp_ioctl()
/openbmc/linux/drivers/net/can/dev/
H A Ddev.c335 case SIOCSHWTSTAMP: /* set */ in can_eth_ioctl_hwts()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c337 case SIOCSHWTSTAMP: in aq_ndev_ioctl()
/openbmc/linux/Documentation/networking/
H A Dtimestamping.rst495 3. Hardware Timestamping configuration: SIOCSHWTSTAMP and SIOCGHWTSTAMP
509 calling ioctl(SIOCSHWTSTAMP) with a pointer to a struct ifreq whose
527 indicates that SIOCSHWTSTAMP is not supported at all).
580 SIOCSHWTSTAMP ioctl and update the supplied struct hwtstamp_config with
581 the actual values as described in the section on SIOCSHWTSTAMP. It
/openbmc/linux/drivers/net/phy/
H A Dphy.c413 case SIOCSHWTSTAMP: in phy_mii_ioctl()
489 return phy_mii_ioctl(phydev, config->ifr, SIOCSHWTSTAMP); in __phy_hwtstamp_set()
/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c751 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
/openbmc/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c792 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c559 case SIOCSHWTSTAMP: in mlx5i_ioctl()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c498 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx.c498 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
/openbmc/linux/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c791 case SIOCSHWTSTAMP: in octeon_mgmt_ioctl()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c986 if (cmd == SIOCSHWTSTAMP) in eth_ioctl()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c720 case SIOCSHWTSTAMP: in cpsw_ndo_ioctl()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c881 case SIOCSHWTSTAMP: in ocelot_ioctl()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1301 case SIOCSHWTSTAMP: in liquidio_ioctl()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1067 case SIOCSHWTSTAMP: in fun_ioctl()
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1637 case SIOCSHWTSTAMP: in emac_ndo_ioctl()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1964 case SIOCSHWTSTAMP: in nicvf_ioctl()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c1748 case SIOCSHWTSTAMP: in rswitch_eth_ioctl()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2050 case SIOCSHWTSTAMP: in xgbe_ioctl()

123