Home
last modified time | relevance | path

Searched refs:MII_SR_10T_FD_CAPS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h844 #define MII_SR_10T_FD_CAPS 0x1000 /* 10T Full Duplex Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h935 #define MII_SR_10T_FD_CAPS 0x1000 /* 10T Full Duplex Capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3762 (Adapter->phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0); in e1000g_m_propinfo()
5463 if (Adapter->phy_status & MII_SR_10T_FD_CAPS) in e1000g_loopback_ioctl()
5488 if (Adapter->phy_status & MII_SR_10T_FD_CAPS) in e1000g_loopback_ioctl()
5514 if (Adapter->phy_status & MII_SR_10T_FD_CAPS) in e1000g_loopback_ioctl()
6427 (Adapter->phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1746 #define MII_SR_10T_FD_CAPS 0x1000 /* 10T Full Duplex Capable */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1349 (phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0); in igb_m_propinfo()
H A Digb_main.c5137 (phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()