Searched refs:hwtstamp_set (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | phylib_stubs.h | 19 int (*hwtstamp_set)(struct phy_device *phydev, member 50 return phylib_stubs->hwtstamp_set(phydev, config, extack); in phy_hwtstamp_set()
|
/Linux-v6.6/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 389 static int hwtstamp_set(struct net_device *netdev, struct ifreq *ifr) in hwtstamp_set() function 987 return hwtstamp_set(dev, req); in eth_ioctl()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 1289 err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_set() 1321 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config); in mlxsw_sp_port_ptp_clear() 2747 .hwtstamp_set = mlxsw_sp1_ptp_hwtstamp_set, 2764 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set, 2781 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
|
D | spectrum.h | 239 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port, member
|
/Linux-v6.6/drivers/net/phy/ |
D | phy_device.c | 3511 .hwtstamp_set = __phy_hwtstamp_set,
|