Lines Matching refs:phy_rxts
78 struct phy_rxts {
272 static void phy2rxts(struct phy_rxts *p, struct rxts *rxts)
836 struct phy_rxts *phy_rxts)
844 overflow = (phy_rxts->ns_hi >> 14) & 0x3;
858 phy2rxts(phy_rxts, rxts);
926 struct phy_rxts *phy_rxts;
942 if (PSF_RX == type && len >= sizeof(*phy_rxts)) {
944 phy_rxts = (struct phy_rxts *) ptr;
945 decode_rxts(dp83640, phy_rxts);
946 size = sizeof(*phy_rxts);