Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/core/
H A Dptp_classifier.c124 case PTP_CLASS_L2: in ptp_parse_header()
/linux-6.15/drivers/net/phy/
H A Dmicrochip_rds_ptp.c512 clock->layer = PTP_CLASS_L2; in mchp_rds_ptp_hwtstamp()
518 clock->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in mchp_rds_ptp_hwtstamp()
528 if (clock->layer & PTP_CLASS_L2) { in mchp_rds_ptp_hwtstamp()
H A Ddp83640.c1249 dp83640->layer = PTP_CLASS_L2; in dp83640_hwtstamp()
1257 dp83640->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in dp83640_hwtstamp()
1268 if (dp83640->layer & PTP_CLASS_L2) { in dp83640_hwtstamp()
H A Dmicrel.c2716 ptp_priv->layer = PTP_CLASS_L2; in lan8814_hwtstamp()
2722 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8814_hwtstamp()
2729 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8814_hwtstamp()
4516 ptp_priv->layer = PTP_CLASS_L2; in lan8841_hwtstamp()
4522 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8841_hwtstamp()
4532 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8841_hwtstamp()
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c183 if (type & PTP_CLASS_L2) in sparx5_ptp_classify()
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c1866 case PTP_CLASS_L2: in felix_rxtstamp()