Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.c361 static struct vsc85xx_ptphdr *get_ptp_header_l4(struct sk_buff *skb, in get_ptp_header_l4()
368 return (struct vsc85xx_ptphdr *)(((unsigned char *)udphdr) + UDP_HLEN); in get_ptp_header_l4()
371 static struct vsc85xx_ptphdr *get_ptp_header_tx(struct sk_buff *skb) in get_ptp_header_tx()
378 return (struct vsc85xx_ptphdr *)(((unsigned char *)ethhdr) + in get_ptp_header_tx()
390 static struct vsc85xx_ptphdr *get_ptp_header_rx(struct sk_buff *skb, in get_ptp_header_rx()
397 return (struct vsc85xx_ptphdr *)skb->data; in get_ptp_header_rx()
407 struct vsc85xx_ptphdr *ptphdr = get_ptp_header_tx(skb); in get_sig()
1188 struct vsc85xx_ptphdr *ptphdr; in vsc85xx_rxtstamp()
H A Dmscc_ptp.h439 struct vsc85xx_ptphdr { struct