Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h2014 return phydev && phydev->mii_ts && phydev->mii_ts->hwtstamp_set; in phy_has_hwtstamp()
2049 return phydev->mii_ts->hwtstamp_set(phydev->mii_ts, cfg, extack); in phy_hwtstamp()
/linux/drivers/ptp/
H A Dptp_ines.c734 port->mii_ts.hwtstamp_set = ines_hwtstamp_set; in ines_ptp_probe_channel()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h814 int (*hwtstamp_set)(struct hnae3_handle *handle, member
H A Dhns3_enet.c2467 if (!h->ae_algo->ops->hwtstamp_set) in hns3_nic_hwtstamp_set()
2470 return h->ae_algo->ops->hwtstamp_set(h, config, extack); in hns3_nic_hwtstamp_set()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c1171 return mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_set()
1188 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config, in mlxsw_sp_port_ptp_clear()
2656 .hwtstamp_set = mlxsw_sp1_ptp_hwtstamp_set,
2674 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
2693 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
/linux/drivers/net/phy/
H A Dmicrochip_rds_ptp.c1307 clock->mii_ts.hwtstamp_set = mchp_rds_ptp_hwtstamp_set; in mchp_rds_ptp_probe()
H A Ddp83640.c1368 dp83640->mii_ts.hwtstamp_set = dp83640_hwtstamp_set; in dp83640_probe()
H A Dmicrel.c4552 ptp_priv->mii_ts.hwtstamp_set = lan8814_hwtstamp_set; in lan8814_ptp_init()
6098 ptp_priv->mii_ts.hwtstamp_set = lan8841_hwtstamp_set; in lan8841_probe()
H A Dphy_device.c3963 .hwtstamp_set = __phy_hwtstamp_set,
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10707 .hwtstamp_set = hclge_ptp_set_cfg,