Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Ddp83640.c78 struct phy_rxts { struct
272 static void phy2rxts(struct phy_rxts *p, struct rxts *rxts) in phy2rxts()
843 struct phy_rxts *phy_rxts) in decode_rxts() argument
851 overflow = (phy_rxts->ns_hi >> 14) & 0x3; in decode_rxts()
865 phy2rxts(phy_rxts, rxts); in decode_rxts()
933 struct phy_rxts *phy_rxts; in decode_status_frame() local
949 if (PSF_RX == type && len >= sizeof(*phy_rxts)) { in decode_status_frame()
951 phy_rxts = (struct phy_rxts *) ptr; in decode_status_frame()
952 decode_rxts(dp83640, phy_rxts); in decode_status_frame()
953 size = sizeof(*phy_rxts); in decode_status_frame()