Searched refs:physts (Results 1 – 2 of 2) sorted by relevance
206 uint16_t bmsr, bmcr, physts; in rdcphy_status() local215 PHY_READ(sc, MII_RDCPHY_STATUS, &physts); in rdcphy_status()217 if ((physts & STATUS_LINK_UP) != 0) in rdcphy_status()238 switch (physts & STATUS_SPEED_MASK) { in rdcphy_status()249 if ((physts & STATUS_FULL_DUPLEX) != 0) in rdcphy_status()
208 uint16_t bmsr, bmcr, physts; in nsphyter_status() local217 PHY_READ(sc, MII_NSPHYTER_PHYSTS, &physts); in nsphyter_status()219 if (physts & PHYSTS_LINK) in nsphyter_status()243 if (physts & PHYSTS_SPEED10) in nsphyter_status()248 if (physts & PHYSTS_DUPLEX) in nsphyter_status()