Lines Matching refs:phy_txts
91 struct phy_txts { struct
121 struct phy_txts edata;
290 static u64 phy2txts(struct phy_txts *p) in phy2txts()
616 struct phy_txts event_ts; in recalibrate()
735 struct phy_txts *phy_txts; in decode_evnt() local
756 phy_txts = data; in decode_evnt()
760 dp83640->edata.sec_hi = phy_txts->sec_hi; in decode_evnt()
762 dp83640->edata.sec_lo = phy_txts->sec_lo; in decode_evnt()
764 dp83640->edata.ns_hi = phy_txts->ns_hi; in decode_evnt()
766 dp83640->edata.ns_lo = phy_txts->ns_lo; in decode_evnt()
878 struct phy_txts *phy_txts) in decode_txts() argument
894 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts()
904 ns = phy2txts(phy_txts); in decode_txts()
914 struct phy_txts *phy_txts; in decode_status_frame() local
935 } else if (PSF_TX == type && len >= sizeof(*phy_txts)) { in decode_status_frame()
937 phy_txts = (struct phy_txts *) ptr; in decode_status_frame()
938 decode_txts(dp83640, phy_txts); in decode_status_frame()
939 size = sizeof(*phy_txts); in decode_status_frame()