Home
last modified time | relevance | path

Searched refs:MII_AN_EXP_LPCANAN (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmiiregs.h114 #define MII_AN_EXP_LPCANAN (1<<0) /* LP can auto-negotiate */ macro
/titanic_50/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c438 if (expansion & MII_AN_EXP_LPCANAN) in mii_disable_fullduplex()
816 if (exten & MII_AN_EXP_LPCANAN) { in getspeed_NS83840()
942 if (exten & MII_AN_EXP_LPCANAN) { in getspeed_generic()
/titanic_50/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1086 mxfep->mxfe_aner |= MII_AN_EXP_LPCANAN; in mxfe_checklinknway()
1088 mxfep->mxfe_aner &= ~(MII_AN_EXP_LPCANAN); in mxfe_checklinknway()
2821 ((mxfep->mxfe_aner & MII_AN_EXP_LPCANAN) != 0)); in mxfe_m_stat()
2861 *val = (mxfep->mxfe_aner & MII_AN_EXP_LPCANAN) ? 1 : 0; in mxfe_m_stat()
/titanic_50/usr/src/uts/common/io/mii/
H A Dmii.c1513 ph->phy_lp_aneg = !!(anexp & MII_AN_EXP_LPCANAN); in phy_check()
1523 (anexp & MII_AN_EXP_LPCANAN)) { in phy_check()
/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe_util.c2469 (exp & MII_AN_EXP_LPCANAN) == 0) { in gem_mii_link_check()
3518 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN); in gem_param_get()
3573 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN); in gem_param_get()
4485 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN); in gem_m_getstat()
4498 BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN); in gem_m_getstat()
/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe.c1538 v = (bfe->bfe_mii_exp & MII_AN_EXP_LPCANAN) != 0; in bfe_mac_getstat()
/titanic_50/usr/src/uts/common/io/vr/
H A Dvr.c2472 v = (vrp->chip.mii.anexp & MII_AN_EXP_LPCANAN) != 0; in vr_mac_getstat()