Searched refs:hwtstamp_set (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | phylib_stubs.h | 22 int (*hwtstamp_set)(struct phy_device *phydev, member 58 return phylib_stubs->hwtstamp_set(phydev, config, extack); in phy_hwtstamp_set()
|
| /linux-6.15/drivers/net/ethernet/xscale/ |
| H A D | ixp4xx_eth.c | 397 static int hwtstamp_set(struct net_device *netdev, struct ifreq *ifr) in hwtstamp_set() function 995 return hwtstamp_set(dev, req); in eth_ioctl()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum.c | 1171 err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_set() 1203 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config); in mlxsw_sp_port_ptp_clear() 2684 .hwtstamp_set = mlxsw_sp1_ptp_hwtstamp_set, 2702 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set, 2721 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
|
| H A D | spectrum.h | 237 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port, member
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 3533 .hwtstamp_set = __phy_hwtstamp_set,
|