HomeSort by: relevance | last modified time | path
    Searched defs:physts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/mii/
nsphyter.c 208 uint16_t bmsr, bmcr, physts; local in function:nsphyter_status
217 PHY_READ(sc, MII_NSPHYTER_PHYSTS, &physts);
219 if (physts & PHYSTS_LINK)
243 if (physts & PHYSTS_SPEED10)
248 if (physts & PHYSTS_DUPLEX)
rdcphy.c 206 uint16_t bmsr, bmcr, physts; local in function:rdcphy_status
215 PHY_READ(sc, MII_RDCPHY_STATUS, &physts);
217 if ((physts & STATUS_LINK_UP) != 0)
238 switch (physts & STATUS_SPEED_MASK) {
249 if ((physts & STATUS_FULL_DUPLEX) != 0)

Completed in 11 milliseconds