phy_txts          109 drivers/net/phy/dp83640.c 	struct phy_txts edata;
phy_txts          279 drivers/net/phy/dp83640.c static u64 phy2txts(struct phy_txts *p)
phy_txts          622 drivers/net/phy/dp83640.c 	struct phy_txts event_ts;
phy_txts          742 drivers/net/phy/dp83640.c 	struct phy_txts *phy_txts;
phy_txts          763 drivers/net/phy/dp83640.c 	phy_txts = data;
phy_txts          767 drivers/net/phy/dp83640.c 		dp83640->edata.sec_hi = phy_txts->sec_hi;
phy_txts          770 drivers/net/phy/dp83640.c 		dp83640->edata.sec_lo = phy_txts->sec_lo;
phy_txts          773 drivers/net/phy/dp83640.c 		dp83640->edata.ns_hi = phy_txts->ns_hi;
phy_txts          776 drivers/net/phy/dp83640.c 		dp83640->edata.ns_lo = phy_txts->ns_lo;
phy_txts          901 drivers/net/phy/dp83640.c 			struct phy_txts *phy_txts)
phy_txts          917 drivers/net/phy/dp83640.c 	overflow = (phy_txts->ns_hi >> 14) & 0x3;
phy_txts          932 drivers/net/phy/dp83640.c 	ns = phy2txts(phy_txts);
phy_txts          942 drivers/net/phy/dp83640.c 	struct phy_txts *phy_txts;
phy_txts          963 drivers/net/phy/dp83640.c 		} else if (PSF_TX == type && len >= sizeof(*phy_txts)) {
phy_txts          965 drivers/net/phy/dp83640.c 			phy_txts = (struct phy_txts *) ptr;
phy_txts          966 drivers/net/phy/dp83640.c 			decode_txts(dp83640, phy_txts);
phy_txts          967 drivers/net/phy/dp83640.c 			size = sizeof(*phy_txts);