Searched refs:ptp_get_msgtype (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
A D | ptp_classify.h | 114 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype() function 143 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype() function
|
/linux/drivers/ptp/ |
A D | ptp_ines.c | 450 msgtype = ptp_get_msgtype(hdr, ptp_class); in ines_match() 679 msgtype = ptp_get_msgtype(hdr, type); in is_sync_pdelay_resp()
|
/linux/drivers/net/phy/ |
A D | dp83640.c | 825 msgtype = ptp_get_msgtype(hdr, type); in match() 981 return ptp_get_msgtype(hdr, type) == PTP_MSGTYPE_SYNC; in is_sync()
|
A D | nxp-c45-tja11xx.c | 338 ptp_get_msgtype(header, type) == hwts->msg_type && in nxp_c45_match_ts()
|
/linux/drivers/net/ethernet/ti/ |
A D | cpts.c | 460 msgtype = ptp_get_msgtype(hdr, ptp_class); in cpts_skb_get_mtype_seqid()
|
A D | am65-cpts.c | 764 msgtype = ptp_get_msgtype(hdr, ptp_class); in am65_skb_get_mtype_seqid()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_ptp.c | 334 *p_message_type = ptp_get_msgtype(hdr, ptp_class); in mlxsw_sp_ptp_parse()
|
/linux/drivers/net/ethernet/mscc/ |
A D | ocelot.c | 751 msgtype = ptp_get_msgtype(hdr, ptp_class); in ocelot_ptp_is_onestep_sync()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
A D | enetc.c | 116 *msgtype = ptp_get_msgtype(hdr, ptp_class); in enetc_ptp_parse()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth.c | 674 *msgtype = ptp_get_msgtype(hdr, ptp_class); in dpaa2_eth_ptp_parse()
|
Completed in 34 milliseconds