Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dptp_classify.h21 #define PTP_CLASS_V1 0x01 /* protocol version 1 */ macro
30 #define PTP_CLASS_V1_IPV4 (PTP_CLASS_V1 | PTP_CLASS_IPV4)
31 #define PTP_CLASS_V1_IPV6 (PTP_CLASS_V1 | PTP_CLASS_IPV6) /* probably DNE */
126 if (unlikely(type & PTP_CLASS_V1)) { in ptp_get_msgtype()
/openbmc/linux/drivers/ptp/
H A Dptp_ines.c439 if (unlikely(ptp_class & PTP_CLASS_V1)) in ines_match()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c45 case PTP_CLASS_V1: in bnxt_ptp_parse()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpts.c787 if ((ptp_classify_raw(skb) & PTP_CLASS_V1) && in am65_cpts_match_tx_ts()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c494 case PTP_CLASS_V1: in mlxsw_sp_ptp_parse()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c1236 dp83640->version = PTP_CLASS_V1; in dp83640_hwtstamp()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4134 case PTP_CLASS_V1: in mvpp2_tx_hw_tstamp()