Searched defs:phyidr1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1261 unsigned phyidr1; local
1277 phyidr1 = mxfe_miiread(mxfep, phyaddr, MII_PHYIDH);
1279 mxfep->mxfe_phyid = (phyidr1 << 16) | (phyidr2);
1301 DBG(DPHY, "phy at %d: %x,%x", phyaddr, phyidr1, phyidr2);

Completed in 62 milliseconds