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

/freebsd-10.1-release/sys/dev/mii/
H A Dnsphyter.c180 int bmsr, bmcr, physts; local
186 physts = PHY_READ(sc, MII_NSPHYTER_PHYSTS);
188 if ((physts & PHYSTS_LINK) != 0)
212 if ((physts & PHYSTS_SPEED10) != 0)
216 if ((physts & PHYSTS_DUPLEX) != 0)
H A Drdcphy.c193 int bmsr, bmcr, physts; local
202 physts = PHY_READ(sc, MII_RDCPHY_STATUS);
204 if ((physts & STATUS_LINK_UP) != 0)
225 switch (physts & STATUS_SPEED_MASK) {
236 if ((physts & STATUS_FULL_DUPLEX) != 0)
/freebsd-10.1-release/sys/dev/vge/
H A Dif_vge.c1660 uint8_t physts; local
1666 physts = CSR_READ_1(sc, VGE_PHYSTS0);
1667 if ((physts & VGE_PHYSTS_RESETSTS) == 0) {
1668 if ((physts & VGE_PHYSTS_LINK) == 0) {
1678 if ((physts & VGE_PHYSTS_FDX) != 0) {
1679 if ((physts & VGE_PHYSTS_TXFLOWCAP) != 0)
1682 if ((physts & VGE_PHYSTS_RXFLOWCAP) != 0)

Completed in 108 milliseconds