Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Dptp_classifier.c117 switch (type & PTP_CLASS_PMASK) { in ptp_parse_header()
/linux-5.19.10/include/linux/
Dptp_classify.h23 #define PTP_CLASS_PMASK 0x70 /* mask for the packet type field */ macro
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc.c110 type = ptp_class & PTP_CLASS_PMASK; in enetc_ptp_parse()
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c747 type = ptp_class & PTP_CLASS_PMASK; in dpaa2_eth_ptp_parse()