Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_defines.h926 #define MII_SR_100X_FD_CAPS 0x4000 /* 100X Full Duplex Capable */ macro
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3481 ((Adapter->phy_status & MII_SR_100X_FD_CAPS) || in e1000g_m_propinfo()
5201 if ((Adapter->phy_status & MII_SR_100X_FD_CAPS) || in e1000g_loopback_ioctl()
5226 if ((Adapter->phy_status & MII_SR_100X_FD_CAPS) || in e1000g_loopback_ioctl()
5252 if ((Adapter->phy_status & MII_SR_100X_FD_CAPS) || in e1000g_loopback_ioctl()
6162 ((Adapter->phy_status & MII_SR_100X_FD_CAPS) || in e1000g_get_phy_state()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1748 #define MII_SR_100X_FD_CAPS 0x4000 /* 100X Full Duplex Capable */ macro
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_gld.c1265 ((phy_status & MII_SR_100X_FD_CAPS) || in igb_m_propinfo()
H A Digb_main.c5077 igb->param_100fdx_cap = ((phy_status & MII_SR_100X_FD_CAPS) || in igb_get_phy_state()