Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dptp_classify.h55 struct ptp_header { struct
96 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type);
108 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype()
132 static inline struct ptp_header *ptp_parse_header(struct sk_buff *skb, in ptp_parse_header()
137 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype()
/OK3568_Linux_fs/kernel/net/core/
H A Dptp_classifier.c110 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type) in ptp_parse_header()
133 if (ptr + sizeof(struct ptp_header) > skb->data + skb->len) in ptp_parse_header()
136 return (struct ptp_header *)ptr; in ptp_parse_header()
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c217 static struct ptp_header *mv88e6xxx_should_tstamp(struct mv88e6xxx_chip *chip, in mv88e6xxx_should_tstamp()
222 struct ptp_header *hdr; in mv88e6xxx_should_tstamp()
249 struct ptp_header *hdr; in seq_match()
330 static int is_pdelay_resp(const struct ptp_header *hdr) in is_pdelay_resp()
340 struct ptp_header *hdr; in mv88e6xxx_port_rxtstamp()
476 struct ptp_header *hdr; in mv88e6xxx_port_txtstamp()
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_ines.c443 struct ptp_header *hdr; in ines_match()
677 struct ptp_header *hdr; in is_sync_pdelay_resp()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Ddp83640.c805 struct ptp_header *hdr; in match()
966 struct ptp_header *hdr; in is_sync()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpts.c449 struct ptp_header *hdr; in cpts_skb_get_mtype_seqid()
H A Dam65-cpts.c753 struct ptp_header *hdr; in am65_skb_get_mtype_seqid()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c318 struct ptp_header *hdr; in mlxsw_sp_ptp_parse()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c635 struct ptp_header *hdr; in dpaa2_eth_ptp_parse()
659 *origintimestamp_offset = (u8 *)hdr + sizeof(struct ptp_header) - base; in dpaa2_eth_ptp_parse()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3726 struct ptp_header *hdr; in mvpp2_tx_hw_tstamp()