Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c550 int phyid1, phyid2; in bfe_startup_phy() local
560 phyid2 = bfe_read_phy(bfe, MII_PHYIDL); in bfe_startup_phy()
561 bfe->bfe_phy_id = (phyid1 << 16) | phyid2; in bfe_startup_phy()