Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dptp_classify.h69 u8 tsmt; /* transportSpecific | messageType */ member
130 msgtype = hdr->tsmt & 0x0f; in ptp_get_msgtype()
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.h440 u8 tsmt; /* transportSpecific | messageType */ member
H A Dmscc_ptp.c417 sig[3] = ptphdr->tsmt & GENMASK(3, 0); in get_sig()
423 sig[i] = ptphdr->tsmt & GENMASK(3, 0); in get_sig()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c328 return (hdr->tsmt & 0xf) == 3; in is_pdelay_resp()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4140 mtype = hdr->tsmt & 15; in mvpp2_tx_hw_tstamp()