Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphylib_stubs.h22 int (*hwtstamp_set)(struct phy_device *phydev, member
58 return phylib_stubs->hwtstamp_set(phydev, config, extack); in phy_hwtstamp_set()
H A Dmii_timestamper.h56 int (*hwtstamp_set)(struct mii_timestamper *mii_ts, member
H A Dphy.h2000 return phydev && phydev->mii_ts && phydev->mii_ts->hwtstamp_set; in phy_has_hwtstamp()
2035 return phydev->mii_ts->hwtstamp_set(phydev->mii_ts, cfg, extack); in phy_hwtstamp()
/linux/drivers/net/ethernet/ti/
H A Dnetcp.h212 int (*hwtstamp_set)(void *intf_priv, member
H A Dnetcp_core.c1821 if (!module->hwtstamp_set) in netcp_ndo_hwtstamp_set()
1824 err = module->hwtstamp_set(intf_modpriv->module_priv, config, in netcp_ndo_hwtstamp_set()
H A Dnetcp_ethss.c2660 return phy->mii_ts->hwtstamp_set(phy->mii_ts, cfg, extack); in gbe_hwtstamp_set()
3832 .hwtstamp_set = gbe_hwtstamp_set,
3851 .hwtstamp_set = gbe_hwtstamp_set,
/linux/drivers/net/phy/
H A Dphy.c408 if (phydev->mii_ts && phydev->mii_ts->hwtstamp_set) { in phy_mii_ioctl()
413 ret = phydev->mii_ts->hwtstamp_set(phydev->mii_ts, in phy_mii_ioctl()
501 if (phydev->mii_ts && phydev->mii_ts->hwtstamp_set) in __phy_hwtstamp_set()
502 return phydev->mii_ts->hwtstamp_set(phydev->mii_ts, config, in __phy_hwtstamp_set()
H A Dbcm-phy-ptp.c913 priv->mii_ts.hwtstamp_set = bcm_ptp_hwtstamp_set; in bcm_ptp_init()
H A Dmicrochip_rds_ptp.c1307 clock->mii_ts.hwtstamp_set = mchp_rds_ptp_hwtstamp_set; in mchp_rds_ptp_probe()
H A Ddp83640.c1421 dp83640->mii_ts.hwtstamp_set = dp83640_hwtstamp_set; in dp83640_probe()
H A Dnxp-c45-tja11xx.c1765 priv->mii_ts.hwtstamp_set = nxp_c45_hwtstamp_set; in nxp_c45_probe()
H A Dmicrel.c4434 ptp_priv->mii_ts.hwtstamp_set = lan8814_hwtstamp_set; in lan8814_ptp_init()
5979 ptp_priv->mii_ts.hwtstamp_set = lan8841_hwtstamp_set; in lan8841_probe()
H A Dphy_device.c3935 .hwtstamp_set = __phy_hwtstamp_set,
/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.h809 int (*hwtstamp_set)(struct hnae3_handle *handle, member
H A Dhns3_enet.c2453 if (!h->ae_algo->ops->hwtstamp_set) in hns3_nic_hwtstamp_set()
2456 return h->ae_algo->ops->hwtstamp_set(h, config, extack); in hns3_nic_hwtstamp_set()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c1168 return mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, in mlxsw_sp_port_hwtstamp_set()
1185 mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config, in mlxsw_sp_port_ptp_clear()
2652 .hwtstamp_set = mlxsw_sp1_ptp_hwtstamp_set,
2670 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
2689 .hwtstamp_set = mlxsw_sp2_ptp_hwtstamp_set,
H A Dspectrum.h237 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port, member
/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.c1626 vsc8531->mii_ts.hwtstamp_set = vsc85xx_hwtstamp_set; in vsc8584_ptp_probe()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12905 .hwtstamp_set = hclge_ptp_set_cfg,