Home
last modified time | relevance | path

Searched refs:PTP_EV_PORT (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dptp_classify.h43 #define PTP_EV_PORT 319 macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h89 fk.ports.dst == htons(PTP_EV_PORT)); in mlx5e_use_ptpsq()
H A Dptp.c814 tirn, PTP_EV_PORT); in mlx5e_ptp_rx_set_fs()
822 tirn, PTP_EV_PORT); in mlx5e_ptp_rx_set_fs()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c330 trap->key.ipv4.dport.value = PTP_EV_PORT; in ocelot_populate_ipv4_ptp_event_trap_key()
340 trap->key.ipv6.dport.value = PTP_EV_PORT; in ocelot_populate_ipv6_ptp_event_trap_key()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1262 wr32(E1000_IMIR(3), (__force unsigned int)htons(PTP_EV_PORT)); in igb_ptp_set_timestamp_mode()
1267 wr32(E1000_SPQF(3), (__force unsigned int)htons(PTP_EV_PORT)); in igb_ptp_set_timestamp_mode()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c981 u32 tsync_rx_mtrl = PTP_EV_PORT << 16; in ixgbe_ptp_set_timestamp_mode()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c138 return vcap_rule_add_key_u32(vrule, VCAP_KF_L4_DPORT, PTP_EV_PORT, ~0) || in lan966x_ptp_add_ip_event_key()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c584 aq_ptp->udp_filter.p_dst = PTP_EV_PORT; in aq_ptp_prepare_filters()
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.c578 PTP_EV_PORT); in vsc85xx_ip_cmp1_init()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c3728 rxudp = PTP_EV_PORT; in e1000e_config_hwtstamp()