Searched refs:physts (Results 1 – 3 of 3) sorted by relevance
193 int bmsr, bmcr, physts; in rdcphy_status() local202 physts = PHY_READ(sc, MII_RDCPHY_STATUS); in rdcphy_status()204 if ((physts & STATUS_LINK_UP) != 0) in rdcphy_status()225 switch (physts & STATUS_SPEED_MASK) { in rdcphy_status()236 if ((physts & STATUS_FULL_DUPLEX) != 0) in rdcphy_status()
180 int bmsr, bmcr, physts; in nsphyter_status() local186 physts = PHY_READ(sc, MII_NSPHYTER_PHYSTS); in nsphyter_status()188 if ((physts & PHYSTS_LINK) != 0) in nsphyter_status()212 if ((physts & PHYSTS_SPEED10) != 0) in nsphyter_status()216 if ((physts & PHYSTS_DUPLEX) != 0) in nsphyter_status()
1660 uint8_t physts; in vge_link_statchg() local1666 physts = CSR_READ_1(sc, VGE_PHYSTS0); in vge_link_statchg()1667 if ((physts & VGE_PHYSTS_RESETSTS) == 0) { in vge_link_statchg()1668 if ((physts & VGE_PHYSTS_LINK) == 0) { in vge_link_statchg()1678 if ((physts & VGE_PHYSTS_FDX) != 0) { in vge_link_statchg()1679 if ((physts & VGE_PHYSTS_TXFLOWCAP) != 0) in vge_link_statchg()1682 if ((physts & VGE_PHYSTS_RXFLOWCAP) != 0) in vge_link_statchg()