Lines Matching refs:phy_txts
87 struct phy_txts { struct
118 struct phy_txts edata;
288 static u64 phy2txts(struct phy_txts *p) in phy2txts()
632 struct phy_txts event_ts; in recalibrate()
752 struct phy_txts *phy_txts; in decode_evnt() local
773 phy_txts = data; in decode_evnt()
777 dp83640->edata.sec_hi = phy_txts->sec_hi; in decode_evnt()
780 dp83640->edata.sec_lo = phy_txts->sec_lo; in decode_evnt()
783 dp83640->edata.ns_hi = phy_txts->ns_hi; in decode_evnt()
786 dp83640->edata.ns_lo = phy_txts->ns_lo; in decode_evnt()
893 struct phy_txts *phy_txts) in decode_txts() argument
909 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts()
924 ns = phy2txts(phy_txts); in decode_txts()
934 struct phy_txts *phy_txts; in decode_status_frame() local
955 } else if (PSF_TX == type && len >= sizeof(*phy_txts)) { in decode_status_frame()
957 phy_txts = (struct phy_txts *) ptr; in decode_status_frame()
958 decode_txts(dp83640, phy_txts); in decode_status_frame()
959 size = sizeof(*phy_txts); in decode_status_frame()