Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c215 phydata->phy_postreset = postreset_NS83840; in mii_init_phy()
259 phydata->phy_postreset = postreset_ICS1890; in mii_init_phy()
387 if (phyd->phy_postreset) in mii_sync()
388 phyd->phy_postreset(mac, phy); in mii_sync()
H A Ddnet_mii.h144 phy_genfunc phy_postreset; /* What to do after a reset (or init) */ member