Searched refs:physts (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mii/
H A Dnsphyter.c174 int bmsr, bmcr, physts; local
180 physts = PHY_READ(sc, MII_NSPHYTER_PHYSTS);
182 if ((physts & PHYSTS_LINK) != 0)
206 if ((physts & PHYSTS_SPEED10) != 0)
210 if ((physts & PHYSTS_DUPLEX) != 0)
H A Drdcphy.c187 int bmsr, bmcr, physts; local
196 physts = PHY_READ(sc, MII_RDCPHY_STATUS);
198 if ((physts & STATUS_LINK_UP) != 0)
219 switch (physts & STATUS_SPEED_MASK) {
230 if ((physts & STATUS_FULL_DUPLEX) != 0)
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c1659 uint8_t physts; local
1665 physts = CSR_READ_1(sc, VGE_PHYSTS0);
1666 if ((physts & VGE_PHYSTS_RESETSTS) == 0) {
1667 if ((physts & VGE_PHYSTS_LINK) == 0) {
1677 if ((physts & VGE_PHYSTS_FDX) != 0) {
1678 if ((physts & VGE_PHYSTS_TXFLOWCAP) != 0)
1681 if ((physts & VGE_PHYSTS_RXFLOWCAP) != 0)

Completed in 104 milliseconds