Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dptp_classify.h22 #define PTP_CLASS_L2 0x40 /* event in a L2 packet */ macro
30 #define PTP_CLASS_V2_L2 (PTP_CLASS_V2 | PTP_CLASS_L2)
/linux-6.1.9/net/core/
Dptp_classifier.c124 case PTP_CLASS_L2: in ptp_parse_header()
/linux-6.1.9/drivers/net/phy/
Ddp83640.c1258 dp83640->layer = PTP_CLASS_L2; in dp83640_hwtstamp()
1266 dp83640->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in dp83640_hwtstamp()
1277 if (dp83640->layer & PTP_CLASS_L2) { in dp83640_hwtstamp()
Dmicrel.c2207 ptp_priv->layer = PTP_CLASS_L2; in lan8814_hwtstamp()
2213 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8814_hwtstamp()
2220 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8814_hwtstamp()
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ptp.c181 if (type & PTP_CLASS_L2) in sparx5_ptp_classify()