Home
last modified time | relevance | path

Searched refs:MII_SR_100T4_CAPS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h847 #define MII_SR_100T4_CAPS 0x8000 /* 100T4 Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h938 #define MII_SR_100T4_CAPS 0x8000 /* 100T4 Capable */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1749 #define MII_SR_100T4_CAPS 0x8000 /* 100T4 Capable */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5131 (phy_status & MII_SR_100T4_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6419 (Adapter->phy_status & MII_SR_100T4_CAPS) ? 1 : 0; in e1000g_get_phy_state()