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.c53 * or #0xc0 ; PTP_CLASS_VLAN|PTP_CLASS_L2
93 * or #0x40 ; PTP_CLASS_L2
124 case PTP_CLASS_L2: in ptp_parse_header()
/linux/drivers/net/phy/
H A Dmicrochip_rds_ptp.c508 clock->layer = PTP_CLASS_L2; in mchp_rds_ptp_hwtstamp()
514 clock->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in mchp_rds_ptp_hwtstamp()
524 if (clock->layer & PTP_CLASS_L2) { in mchp_rds_ptp_hwtstamp()
H A Ddp83640.c1242 dp83640->layer = PTP_CLASS_L2; in dp83640_hwtstamp()
1250 dp83640->layer = PTP_CLASS_L4 | PTP_CLASS_L2; in dp83640_hwtstamp()
1261 if (dp83640->layer & PTP_CLASS_L2) { in dp83640_hwtstamp()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c352 if (type & PTP_CLASS_L2) in lan966x_ptp_classify()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1869 case PTP_CLASS_L2: in felix_rxtstamp()