Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dsa/
H A Dtag_ocelot.c163 rew_op = ocelot_port->ptp_cmd; in ocelot_xmit()
167 if (ocelot_port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) in ocelot_xmit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_net.c348 info.rew_op = ocelot_port->ptp_cmd; in ocelot_port_xmit()
350 if (ocelot_port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) { in ocelot_port_xmit()
366 info.rew_op = ocelot_port->ptp_cmd; in ocelot_port_xmit()
367 if (ocelot_port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) in ocelot_port_xmit()
H A Docelot.c794 ocelot_port->ptp_cmd = IFH_REW_OP_TWO_STEP_PTP; in ocelot_hwstamp_set()
800 ocelot_port->ptp_cmd = IFH_REW_OP_ORIGIN_PTP; in ocelot_hwstamp_set()
803 ocelot_port->ptp_cmd = 0; in ocelot_hwstamp_set()
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_ptp.h432 enum ptp_cmd { enum
H A Dmscc_ptp.c808 …t vsc85xx_ts_ptp_action_flow(struct phy_device *phydev, enum ts_blk blk, u8 flow, enum ptp_cmd cmd) in vsc85xx_ts_ptp_action_flow()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h587 u8 ptp_cmd; member
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c703 ocelot_port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) { in felix_txtstamp()