Home
last modified time | relevance | path

Searched refs:hwtstamp_set (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/xscale/
Dixp4xx_eth.c389 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-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1281 err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_set()
1313 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config); in mlxsw_sp_port_ptp_clear()
2741 .hwtstamp_set = mlxsw_sp1_ptp_hwtstamp_set,
2758 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
2775 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
Dspectrum.h237 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port, member