Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/phy/
Ddp83640.c79 struct phy_txts { struct
110 struct phy_txts edata;
280 static u64 phy2txts(struct phy_txts *p) in phy2txts()
623 struct phy_txts event_ts; in recalibrate()
743 struct phy_txts *phy_txts; in decode_evnt() local
764 phy_txts = data; in decode_evnt()
768 dp83640->edata.sec_hi = phy_txts->sec_hi; in decode_evnt()
771 dp83640->edata.sec_lo = phy_txts->sec_lo; in decode_evnt()
774 dp83640->edata.ns_hi = phy_txts->ns_hi; in decode_evnt()
777 dp83640->edata.ns_lo = phy_txts->ns_lo; in decode_evnt()
[all …]