Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.c848 bool one_step, bool enable) in vsc85xx_ptp_conf() argument
861 else if (msgs[i] == PTP_MSGTYPE_SYNC && one_step) in vsc85xx_ptp_conf()
960 static int vsc85xx_ts_engine_init(struct phy_device *phydev, bool one_step) in vsc85xx_ts_engine_init() argument
1000 vsc85xx_ptp_conf(phydev, INGRESS, one_step, in vsc85xx_ts_engine_init()
1007 vsc85xx_ptp_conf(phydev, EGRESS, one_step, in vsc85xx_ts_engine_init()
1054 bool one_step = false; in vsc85xx_hwtstamp() local
1062 one_step = true; in vsc85xx_hwtstamp()
1118 vsc85xx_ts_engine_init(phydev, one_step); in vsc85xx_hwtstamp()