Lines Matching refs:phy_rxts
70 struct phy_rxts {
264 static void phy2rxts(struct phy_rxts *p, struct rxts *rxts)
834 struct phy_rxts *phy_rxts)
842 overflow = (phy_rxts->ns_hi >> 14) & 0x3;
856 phy2rxts(phy_rxts, rxts);
924 struct phy_rxts *phy_rxts;
940 if (PSF_RX == type && len >= sizeof(*phy_rxts)) {
942 phy_rxts = (struct phy_rxts *) ptr;
943 decode_rxts(dp83640, phy_rxts);
944 size = sizeof(*phy_rxts);