Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Drgephy.c124 flags |= MIIF_PHYPRIV1; in rgephy_attach()
297 if (sc->mii_flags & MIIF_PHYPRIV1) in rgephy_linkup()
385 if (sc->mii_flags & MIIF_PHYPRIV1) in rgephy_status()
H A Dmiivar.h152 #define MIIF_PHYPRIV1 0x20000000 /* private to the PHY driver */ macro