Home
last modified time | relevance | path

Searched refs:PTP_EVENT_PORT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ptp.h44 #define PTP_EVENT_PORT 319 macro
Dcxgb4_ptp.c67 uh->dest == htons(PTP_EVENT_PORT); in cxgb4_ptp_is_ptp_tx()
89 return uh->dest == htons(PTP_EVENT_PORT) && in cxgb4_ptp_is_ptp_rx()
90 uh->source == htons(PTP_EVENT_PORT); in cxgb4_ptp_is_ptp_rx()
/linux-6.1.9/drivers/net/ethernet/sfc/
Dptp.c126 #define PTP_EVENT_PORT 319 macro
1369 rc = efx_ptp_insert_ipv4_filter(efx, PTP_EVENT_PORT); in efx_ptp_insert_multicast_filters()
1381 rc = efx_ptp_insert_ipv6_filter(efx, PTP_EVENT_PORT); in efx_ptp_insert_multicast_filters()
1692 udp_hdr(skb)->dest == htons(PTP_EVENT_PORT); in efx_ptp_is_ptp_tx()
1753 if (ntohs(*(__be16 *)&data[PTP_DPORT_OFFSET]) == PTP_EVENT_PORT) { in efx_ptp_rx()
1792 if ((udp_hdr(skb)->dest == htons(PTP_EVENT_PORT)) && in efx_ptp_tx()
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dptp.c121 #define PTP_EVENT_PORT 319 macro
1290 htons(PTP_EVENT_PORT)); in efx_ptp_insert_multicast_filters()
1609 udp_hdr(skb)->dest == htons(PTP_EVENT_PORT); in efx_siena_ptp_is_ptp_tx()
1670 if (ntohs(*(__be16 *)&data[PTP_DPORT_OFFSET]) == PTP_EVENT_PORT) { in efx_ptp_rx()
1709 if ((udp_hdr(skb)->dest == htons(PTP_EVENT_PORT)) && in efx_siena_ptp_tx()