Home
last modified time | relevance | path

Searched refs:PTP_CLASS_L2 (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dptp_classify.h26 #define PTP_CLASS_L2 0x40 /* event in a L2 packet */ macro
34 #define PTP_CLASS_V2_L2 (PTP_CLASS_V2 | PTP_CLASS_L2)
/linux/net/core/
H A Dptp_classifier.c124 case PTP_CLASS_L2: in ptp_parse_header()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c183 if (type & PTP_CLASS_L2) in sparx5_ptp_classify()
/linux/drivers/net/phy/
H A Dmicrel.c3177 ptp_priv->layer = PTP_CLASS_L2; in lan8814_hwtstamp_set()
3183 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8814_hwtstamp_set()
3190 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8814_hwtstamp_set()
5071 ptp_priv->layer = PTP_CLASS_L2; in lan8841_hwtstamp_set()
5077 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8841_hwtstamp_set()
5087 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8841_hwtstamp_set()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c355 if (type & PTP_CLASS_L2) in lan966x_ptp_classify()