Searched refs:SIOCSHWTSTAMP (Results 1 – 25 of 59) sorted by relevance
123
| /Linux-v6.6/net/core/ |
| D | dev_ioctl.c | 393 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()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | sockios.h | 153 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
|
| /Linux-v6.6/tools/testing/selftests/net/ |
| D | hwtstamp_config.c | 119 if (ioctl(sock, (argc == 2) ? SIOCGHWTSTAMP : SIOCSHWTSTAMP, &ifr)) { in main()
|
| D | timestamping.c | 404 if (ioctl(sock, SIOCSHWTSTAMP, &hwtstamp) < 0) { in main()
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | xdp_hw_metadata.c | 354 hwtstamp_ioctl(SIOCSHWTSTAMP, saved_hwtstamp_ifname, &saved_hwtstamp_cfg); in hwtstamp_restore() 367 hwtstamp_ioctl(SIOCSHWTSTAMP, ifname, &cfg); in hwtstamp_enable()
|
| /Linux-v6.6/drivers/net/ethernet/engleder/ |
| D | tsnep_ptp.c | 30 if (cmd == SIOCSHWTSTAMP) { in tsnep_ptp_ioctl()
|
| /Linux-v6.6/drivers/net/can/dev/ |
| D | dev.c | 333 case SIOCSHWTSTAMP: /* set */ in can_eth_ioctl_hwts()
|
| /Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_main.c | 337 case SIOCSHWTSTAMP: in aq_ndev_ioctl()
|
| /Linux-v6.6/Documentation/networking/ |
| D | timestamping.rst | 495 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
|
| D | packet_mmap.rst | 1031 of hardware timestamps with SIOCSHWTSTAMP (see related information from
|
| /Linux-v6.6/drivers/net/phy/ |
| D | phy.c | 413 case SIOCSHWTSTAMP: in phy_mii_ioctl() 489 return phy_mii_ioctl(phydev, config->ifr, SIOCSHWTSTAMP); in __phy_hwtstamp_set()
|
| /Linux-v6.6/drivers/net/can/peak_canfd/ |
| D | peak_canfd.c | 751 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
|
| /Linux-v6.6/drivers/net/can/usb/peak_usb/ |
| D | pcan_usb_core.c | 792 case SIOCSHWTSTAMP: /* set */ in peak_eth_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 559 case SIOCSHWTSTAMP: in mlx5i_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
| D | efx.c | 498 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/sfc/ |
| D | efx.c | 498 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/ti/ |
| D | cpsw_priv.c | 720 case SIOCSHWTSTAMP: in cpsw_ndo_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/xscale/ |
| D | ixp4xx_eth.c | 986 if (cmd == SIOCSHWTSTAMP) in eth_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/cavium/octeon/ |
| D | octeon_mgmt.c | 791 case SIOCSHWTSTAMP: in octeon_mgmt_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/mscc/ |
| D | ocelot_net.c | 881 case SIOCSHWTSTAMP: in ocelot_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/renesas/ |
| D | rswitch.c | 1643 case SIOCSHWTSTAMP: in rswitch_eth_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/fungible/funeth/ |
| D | funeth_main.c | 1067 case SIOCSHWTSTAMP: in fun_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/ti/icssg/ |
| D | icssg_prueth.c | 1626 case SIOCSHWTSTAMP: in emac_ndo_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/cavium/thunder/ |
| D | nicvf_main.c | 1964 case SIOCSHWTSTAMP: in nicvf_ioctl()
|
| /Linux-v6.6/drivers/net/ethernet/cavium/liquidio/ |
| D | lio_vf_main.c | 1301 case SIOCSHWTSTAMP: in liquidio_ioctl()
|
123