Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dptp_classify.h38 #define PTP_MSGTYPE_SYNC 0x0 macro
230 return PTP_MSGTYPE_SYNC; in ptp_get_msgtype()
/openbmc/linux/net/core/
H A Dptp_classifier.c148 return ptp_get_msgtype(hdr, type) == PTP_MSGTYPE_SYNC; in ptp_msg_is_sync()
/openbmc/linux/drivers/ptp/
H A Dptp_ines.c678 case PTP_MSGTYPE_SYNC: in is_sync_pdelay_resp()
690 return PTP_MSGTYPE_SYNC; in tag_to_msgtype()
/openbmc/linux/drivers/net/phy/mscc/
H A 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()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c655 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) in ocelot_ptp_is_onestep_sync()
/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-ptp.c764 if (msgtype == PTP_MSGTYPE_SYNC) in bcm_ptp_txtstamp()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c525 case PTP_MSGTYPE_SYNC: in ksz_port_txtstamp()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c996 event_message_type = BIT(PTP_MSGTYPE_SYNC) | in mlxsw_sp_ptp_traps_set()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c185 msgtype != PTP_MSGTYPE_SYNC || twostep) in enetc_map_tx_buffs()
667 msgtype != PTP_MSGTYPE_SYNC || twostep != 0) in enetc_xmit()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c829 msgtype != PTP_MSGTYPE_SYNC || twostep) { in dpaa2_eth_enable_tx_tstamp()
1562 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) { in dpaa2_eth_tx()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1225 if (msgtype == PTP_MSGTYPE_SYNC) in ptp_one_step_sync()