Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A Dcxgb4_ptp.h44 #define PTP_EVENT_PORT 319 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c122 #define PTP_EVENT_PORT 319 macro
1319 htons(PTP_EVENT_PORT)); in efx_ptp_insert_multicast_filters()
1642 udp_hdr(skb)->dest == htons(PTP_EVENT_PORT); in efx_ptp_is_ptp_tx()
1703 if (ntohs(*(__be16 *)&data[PTP_DPORT_OFFSET]) == PTP_EVENT_PORT) { in efx_ptp_rx()
1742 if ((udp_hdr(skb)->dest == htons(PTP_EVENT_PORT)) && in efx_ptp_tx()