Home
last modified time | relevance | path

Searched refs:PTP_CLASS_PMASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dptp_classify.h27 #define PTP_CLASS_PMASK 0x70 /* mask for the packet type field */ macro
179 switch (type & PTP_CLASS_PMASK) { in ptp_header_update_correction()
/openbmc/linux/net/core/
H A Dptp_classifier.c117 switch (type & PTP_CLASS_PMASK) { in ptp_parse_header()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1734 switch (type & PTP_CLASS_PMASK) { in felix_rxtstamp()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c129 type = ptp_class & PTP_CLASS_PMASK; in enetc_ptp_parse()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c781 type = ptp_class & PTP_CLASS_PMASK; in dpaa2_eth_ptp_parse()