Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dptp_classify.h34 #define PTP_MSGTYPE_SYNC 0x0 macro
163 return PTP_MSGTYPE_SYNC; in ptp_get_msgtype()
/linux-5.19.10/net/core/
Dptp_classifier.c148 return ptp_get_msgtype(hdr, type) == PTP_MSGTYPE_SYNC; in ptp_msg_is_sync()
/linux-5.19.10/drivers/ptp/
Dptp_ines.c678 case PTP_MSGTYPE_SYNC: in is_sync_pdelay_resp()
690 return PTP_MSGTYPE_SYNC; in tag_to_msgtype()
/linux-5.19.10/drivers/net/phy/mscc/
Dmscc_ptp.c510 PTP_MSGTYPE_SYNC, in vsc85xx_ptp_cmp_init()
851 PTP_MSGTYPE_SYNC, in vsc85xx_ptp_conf()
861 else if (msgs[i] == PTP_MSGTYPE_SYNC && one_step) in vsc85xx_ptp_conf()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c833 message_type = BIT(PTP_MSGTYPE_SYNC) | in mlxsw_sp1_ptp_init()
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc.c166 msgtype != PTP_MSGTYPE_SYNC || twostep) in enetc_map_tx_buffs()
648 msgtype != PTP_MSGTYPE_SYNC || twostep != 0) in enetc_xmit()
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c795 msgtype != PTP_MSGTYPE_SYNC || twostep) { in dpaa2_eth_enable_tx_tstamp()
1519 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) { in dpaa2_eth_tx()
/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot.c958 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) in ocelot_ptp_is_onestep_sync()
/linux-5.19.10/drivers/net/ethernet/cadence/
Dmacb_main.c1149 if (msgtype == PTP_MSGTYPE_SYNC) in ptp_one_step_sync()