Searched refs:stat1000 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c2244 uint16_t stat1000; local
2443 stat1000 = 0;
2446 stat1000 = gem_mii_read(dp, MII_1000TS);
2452 dp->mii_stat1000 = stat1000;
2465 stat1000, MII_1000TS_BITS);
2507 (stat1000 & MII_1000TS_LP_FULL)) {
2512 (stat1000 & MII_1000TS_LP_HALF)) {
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c1454 uint16_t stat1000; local
1683 stat1000 = 0;
1689 stat1000 = usbgem_mii_read(dp, MII_1000TS, &err);
1698 dp->mii_stat1000 = stat1000;
1716 stat1000, MII_1000TS_BITS);
1747 (stat1000 & MII_1000TS_LP_FULL)) {
1752 (stat1000 & MII_1000TS_LP_HALF)) {

Completed in 695 milliseconds