Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dptp_classify.h69 u8 tsmt; /* transportSpecific | messageType */ member
130 msgtype = hdr->tsmt & 0x0f; in ptp_get_msgtype()
/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()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c328 return (hdr->tsmt & 0xf) == 3; in is_pdelay_resp()