Home
last modified time | relevance | path

Searched refs:PTP_CLASS_L2 (Results 1 – 6 of 6) 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.c1165 dp83640->layer = PTP_CLASS_L2; in dp83640_hwtstamp_set()
1173 dp83640->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in dp83640_hwtstamp_set()
1184 if (dp83640->layer & PTP_CLASS_L2) { in dp83640_hwtstamp_set()
H A Dmicrel.c3325 ptp_priv->layer = PTP_CLASS_L2; in lan8814_hwtstamp_set()
3331 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8814_hwtstamp_set()
3350 if (ptp_priv->layer & PTP_CLASS_L2) { in lan8814_hwtstamp_set()
5230 ptp_priv->layer = PTP_CLASS_L2; in lan8841_hwtstamp_set()
5236 ptp_priv->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in lan8841_hwtstamp_set()
5258 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()