Home
last modified time | relevance | path

Searched refs:OCELOT_VCAP_IS2_L2_PTP_TRAP (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_ptp.c368 unsigned long l2_cookie = OCELOT_VCAP_IS2_L2_PTP_TRAP(ocelot); in ocelot_l2_ptp_trap_add()
376 unsigned long l2_cookie = OCELOT_VCAP_IS2_L2_PTP_TRAP(ocelot); in ocelot_l2_ptp_trap_del()
/linux-6.15/include/soc/mscc/
H A Docelot_vcap.h20 #define OCELOT_VCAP_IS2_L2_PTP_TRAP(ocelot) ((ocelot)->num_phys_ports * 2 + 1) macro