/linux/net/core/ |
H A D | dev_ioctl.c | 270 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib() 278 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib() 288 if (!ops->ndo_hwtstamp_get) in dev_get_hwtstamp() 361 err = ops->ndo_hwtstamp_get(dev, &old_cfg); in dev_set_hwtstamp_phylib() 467 if (ops->ndo_hwtstamp_get) in generic_hwtstamp_get_lower()
|
/linux/net/ethtool/ |
H A D | tsconfig.c | 44 if (!dev->netdev_ops->ndo_hwtstamp_get) in tsconfig_prepare_data() 248 if (!ops->ndo_hwtstamp_set || !ops->ndo_hwtstamp_get) in ethnl_set_tsconfig_validate()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 597 .ndo_hwtstamp_get = wx_hwtstamp_get,
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 676 .ndo_hwtstamp_get = wx_hwtstamp_get,
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_netdev.c | 524 .ndo_hwtstamp_get = fbnic_hwtstamp_get,
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 610 .ndo_hwtstamp_get = efx_siena_hwtstamp_get,
|
/linux/net/8021q/ |
H A D | vlan_dev.c | 1042 .ndo_hwtstamp_get = vlan_hwtstamp_get,
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 634 .ndo_hwtstamp_get = enetc_hwtstamp_get,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx.c | 582 .ndo_hwtstamp_get = efx_hwtstamp_get,
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 515 .ndo_hwtstamp_get = lan966x_port_hwtstamp_get,
|
/linux/drivers/net/ethernet/renesas/ |
H A D | rtsn.c | 1213 .ndo_hwtstamp_get = rtsn_hwtstamp_get,
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 2493 .ndo_hwtstamp_get = idpf_hwtstamp_get,
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 2183 .ndo_hwtstamp_get = gve_get_ts_config,
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 4103 .ndo_hwtstamp_get = macb_hwtstamp_get, 4769 .ndo_hwtstamp_get = macb_hwtstamp_get,
|
/linux/Documentation/networking/ |
H A D | timestamping.rst | 632 the section on SIOCSHWTSTAMP. It should also support ndo_hwtstamp_get or
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 3160 .ndo_hwtstamp_get = dpaa_hwtstamp_get,
|
/linux/net/dsa/ |
H A D | user.c | 2609 .ndo_hwtstamp_get = dsa_user_hwtstamp_get,
|
/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 3153 .ndo_hwtstamp_get = gfar_hwtstamp_get,
|
H A D | fec_main.c | 4036 .ndo_hwtstamp_get = fec_hwtstamp_get,
|
/linux/include/linux/ |
H A D | netdevice.h | 1649 int (*ndo_hwtstamp_get)(struct net_device *dev, member
|
/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_main.c | 3444 .ndo_hwtstamp_get = lan743x_ptp_hwtstamp_get,
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 5176 .ndo_hwtstamp_get = iavf_hwstamp_get,
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 3047 .ndo_hwtstamp_get = dpaa2_eth_hwtstamp_get,
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 1203 .ndo_hwtstamp_get = mlxsw_sp_port_hwtstamp_get,
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 6048 .ndo_hwtstamp_get = bond_hwtstamp_get,
|