Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/linux/net/core/
H A Dptp_classifier.c124 case PTP_CLASS_L2: in ptp_parse_header()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c1251 dp83640->layer = PTP_CLASS_L2; in dp83640_hwtstamp()
1259 dp83640->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in dp83640_hwtstamp()
1270 if (dp83640->layer & PTP_CLASS_L2) { in dp83640_hwtstamp()
H A Dmicrel.c2507 ptp_priv->layer = PTP_CLASS_L2; in lan8814_hwtstamp()
2513 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8814_hwtstamp()
2520 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8814_hwtstamp()
3846 ptp_priv->layer = PTP_CLASS_L2; in lan8841_hwtstamp()
3852 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8841_hwtstamp()
3862 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8841_hwtstamp()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c179 if (type & PTP_CLASS_L2) in sparx5_ptp_classify()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1735 case PTP_CLASS_L2: in felix_rxtstamp()