Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dptp_classify.h38 #define PTP_MSGTYPE_SYNC 0x0 macro
230 return PTP_MSGTYPE_SYNC; in ptp_get_msgtype()
/linux-6.15/net/core/
H A Dptp_classifier.c148 return ptp_get_msgtype(hdr, type) == PTP_MSGTYPE_SYNC; in ptp_msg_is_sync()
/linux-6.15/drivers/ptp/
H A Dptp_ines.c672 case PTP_MSGTYPE_SYNC: in is_sync_pdelay_resp()
684 return PTP_MSGTYPE_SYNC; in tag_to_msgtype()
/linux-6.15/drivers/net/phy/mscc/
H A Dmscc_ptp.c511 PTP_MSGTYPE_SYNC, in vsc85xx_ptp_cmp_init()
854 PTP_MSGTYPE_SYNC, in vsc85xx_ptp_conf()
864 else if (msgs[i] == PTP_MSGTYPE_SYNC && one_step) in vsc85xx_ptp_conf()
/linux-6.15/drivers/net/phy/
H A Dbcm-phy-ptp.c765 if (msgtype == PTP_MSGTYPE_SYNC) in bcm_ptp_txtstamp()
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_ptp.c736 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) in ocelot_ptp_is_onestep_sync()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_ptp.c525 case PTP_MSGTYPE_SYNC: in ksz_port_txtstamp()
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c997 event_message_type = BIT(PTP_MSGTYPE_SYNC) | in mlxsw_sp_ptp_traps_set()
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc.c250 msgtype != PTP_MSGTYPE_SYNC || twostep) in enetc_map_tx_buffs()
988 msgtype != PTP_MSGTYPE_SYNC || twostep != 0) in enetc_xmit()
/linux-6.15/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()
/linux-6.15/drivers/net/ethernet/cadence/
H A Dmacb_main.c1215 if (msgtype == PTP_MSGTYPE_SYNC) in ptp_one_step_sync()