Home
last modified time | relevance | path

Searched refs:OCELOT_PROTO_PTP_L2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c447 ocelot_port->trap_proto &= ~(OCELOT_PROTO_PTP_L2 | in ocelot_setup_ptp_traps()
474 ocelot_port->trap_proto |= OCELOT_PROTO_PTP_L2; in ocelot_setup_ptp_traps()
490 if ((proto & OCELOT_PROTO_PTP_L2) && (proto & OCELOT_PROTO_PTP_L4)) in ocelot_traps_to_ptp_rx_filter()
492 else if (proto & OCELOT_PROTO_PTP_L2) in ocelot_traps_to_ptp_rx_filter()
585 old_l2 = ocelot_port->trap_proto & OCELOT_PROTO_PTP_L2; in ocelot_hwstamp_set()
/openbmc/linux/include/soc/mscc/
H A Docelot.h735 OCELOT_PROTO_PTP_L2 = BIT(0), enumerator
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1736 if (!(ocelot->ports[port]->trap_proto & OCELOT_PROTO_PTP_L2)) in felix_rxtstamp()