Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/core/
Ddev_ioctl.c293 case SIOCSHWTSTAMP: in dev_ifsioc()
316 cmd == SIOCSHWTSTAMP || in dev_ifsioc()
480 case SIOCSHWTSTAMP: in dev_ioctl()
/Linux-v4.19/include/uapi/linux/
Dsockios.h132 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Dtimestamping.c61 #ifndef SIOCSHWTSTAMP
62 # define SIOCSHWTSTAMP 0x89b0 macro
387 if (ioctl(sock, SIOCSHWTSTAMP, &hwtstamp) < 0) { in main()
Dhwtstamp_config.c117 if (ioctl(sock, (argc == 2) ? SIOCGHWTSTAMP : SIOCSHWTSTAMP, &ifr)) { in main()
/Linux-v4.19/Documentation/networking/
Dtimestamping.txt416 3. Hardware Timestamping configuration: SIOCSHWTSTAMP and SIOCGHWTSTAMP
429 calling ioctl(SIOCSHWTSTAMP) with a pointer to a struct ifreq whose
447 indicates that SIOCSHWTSTAMP is not supported at all).
497 SIOCSHWTSTAMP ioctl and update the supplied struct hwtstamp_config with
498 the actual values as described in the section on SIOCSHWTSTAMP. It
Dpacket_mmap.txt1008 of hardware timestamps with SIOCSHWTSTAMP (see related information from
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c424 case SIOCSHWTSTAMP: in mlx5i_ioctl()
/Linux-v4.19/drivers/net/phy/
Dphy.c459 case SIOCSHWTSTAMP: in phy_mii_ioctl()
/Linux-v4.19/net/8021q/
Dvlan_dev.c374 case SIOCSHWTSTAMP: in vlan_dev_ioctl()
/Linux-v4.19/drivers/net/ethernet/cavium/octeon/
Docteon_mgmt.c790 case SIOCSHWTSTAMP: in octeon_mgmt_ioctl()
/Linux-v4.19/net/dsa/
Dslave.c268 case SIOCSHWTSTAMP: in dsa_slave_ioctl()
/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c981 if (cmd == SIOCSHWTSTAMP) in eth_ioctl()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1918 case SIOCSHWTSTAMP: in nicvf_ioctl()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c1289 case SIOCSHWTSTAMP: in liquidio_ioctl()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c528 case SIOCSHWTSTAMP: in qede_ioctl()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c1411 if (cmd == SIOCSHWTSTAMP) in dpaa2_eth_ioctl()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2606 if (cmd == SIOCSHWTSTAMP) in dpaa_ioctl()
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c2278 if (cmd == SIOCSHWTSTAMP) in pch_gbe_ioctl()
/Linux-v4.19/drivers/net/ethernet/renesas/
Dravb_main.c1794 case SIOCSHWTSTAMP: in ravb_do_ioctl()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_main.c2547 if (cmd == SIOCSHWTSTAMP) in lan743x_netdev_ioctl()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2124 case SIOCSHWTSTAMP: in xgbe_ioctl()
/Linux-v4.19/net/
Dsocket.c3139 case SIOCSHWTSTAMP: in compat_sock_ioctl_trans()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c2157 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar.c1007 if (cmd == SIOCSHWTSTAMP) in gfar_ioctl()
Dfec_main.c2634 if (cmd == SIOCSHWTSTAMP) in fec_enet_ioctl()

12