Home
last modified time | relevance | path

Searched refs:PTP_CLASS_L2 (Results 1 – 8 of 8) 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/phy/
H A Dmicrochip_rds_ptp.c517 clock->layer = PTP_CLASS_L2; in mchp_rds_ptp_hwtstamp_set()
523 clock->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in mchp_rds_ptp_hwtstamp_set()
542 if (clock->layer & PTP_CLASS_L2) { in mchp_rds_ptp_hwtstamp_set()
H A Ddp83640.c1229 dp83640->layer = PTP_CLASS_L2; in dp83640_hwtstamp_set()
1237 dp83640->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in dp83640_hwtstamp_set()
1248 if (dp83640->layer & PTP_CLASS_L2) { in dp83640_hwtstamp_set()
H A Dmicrel.c3207 ptp_priv->layer = PTP_CLASS_L2; in lan8814_hwtstamp_set()
3213 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8814_hwtstamp_set()
3232 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8814_hwtstamp_set()
5111 ptp_priv->layer = PTP_CLASS_L2; in lan8841_hwtstamp_set()
5117 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8841_hwtstamp_set()
5139 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8841_hwtstamp_set()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c183 if (type & PTP_CLASS_L2) in sparx5_ptp_classify()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c355 if (type & PTP_CLASS_L2) in lan966x_ptp_classify()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1890 case PTP_CLASS_L2: in felix_rxtstamp()