Searched refs:MII_AN_EXP_LPCANAN (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem_mii.h181 #define MII_AN_EXP_LPCANAN 0x0001 macro
H A Dusbgem.c1720 (exp & MII_AN_EXP_LPCANAN) == 0) {
3441 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
3496 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
4460 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
4473 BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
5351 BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
/illumos-gate/usr/src/uts/common/sys/
H A Dmiiregs.h114 #define MII_AN_EXP_LPCANAN (1<<0) /* LP can auto-negotiate */ macro
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c438 if (expansion & MII_AN_EXP_LPCANAN)
816 if (exten & MII_AN_EXP_LPCANAN) {
942 if (exten & MII_AN_EXP_LPCANAN) {
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1086 mxfep->mxfe_aner |= MII_AN_EXP_LPCANAN;
1088 mxfep->mxfe_aner &= ~(MII_AN_EXP_LPCANAN);
2821 ((mxfep->mxfe_aner & MII_AN_EXP_LPCANAN) != 0));
2861 *val = (mxfep->mxfe_aner & MII_AN_EXP_LPCANAN) ? 1 : 0;
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c1513 ph->phy_lp_aneg = !!(anexp & MII_AN_EXP_LPCANAN);
1523 (anexp & MII_AN_EXP_LPCANAN)) {
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c2469 (exp & MII_AN_EXP_LPCANAN) == 0) {
3518 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
3573 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
4485 val = BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
4498 BOOLEAN(dp->mii_exp & MII_AN_EXP_LPCANAN);
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c1538 v = (bfe->bfe_mii_exp & MII_AN_EXP_LPCANAN) != 0;
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c2472 v = (vrp->chip.mii.anexp & MII_AN_EXP_LPCANAN) != 0;

Completed in 86 milliseconds