Searched refs:ptp_get_msgtype (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| H A D | ptp_classify.h | 121 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype() function 224 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype() function
|
| /linux/net/core/ |
| H A D | ptp_classifier.c | 148 return ptp_get_msgtype(hdr, type) == PTP_MSGTYPE_SYNC; in ptp_msg_is_sync()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ines.c | 466 msgtype = ptp_get_msgtype(hdr, ptp_class); in ines_match() 691 msgtype = ptp_get_msgtype(hdr, type); in is_sync_pdelay_resp()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_ptp.c | 478 ptp_msg_type = ptp_get_msgtype(ptp_hdr, type); in ksz_port_rxtstamp() 518 ptp_msg_type = ptp_get_msgtype(hdr, type); in ksz_port_txtstamp()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ptp.c | 198 msgtype = ptp_get_msgtype(header, type); in sparx5_ptp_classify()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.c | 448 msgtype = ptp_get_msgtype(hdr, ptp_class); in cpts_skb_get_mtype_seqid()
|
| H A D | am65-cpts.c | 910 msgtype = ptp_get_msgtype(hdr, ptp_class); in am65_skb_get_mtype_seqid()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 370 msgtype = ptp_get_msgtype(header, type); in lan966x_ptp_classify()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 506 *p_message_type = ptp_get_msgtype(hdr, ptp_class); in mlxsw_sp_ptp_parse()
|
| /linux/drivers/net/phy/ |
| H A D | dp83640.c | 808 msgtype = ptp_get_msgtype(hdr, type); in match()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 184 *msgtype = ptp_get_msgtype(hdr, ptp_class); in enetc_ptp_parse()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 778 *msgtype = ptp_get_msgtype(hdr, ptp_class); in dpaa2_eth_ptp_parse()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 1256 msgtype = ptp_get_msgtype(hdr, ptp_class); in ptp_one_step_sync()
|