HomeSort by: relevance | last modified time | path
    Searched defs:fp_phy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
i82557.c 210 int fp_phy; /* type of PHY, -1 for MII at the end. */ member in struct:fxp_phytype
362 for (fp = fxp_phytype_table; fp->fp_phy != -1; fp++)
363 if (fp->fp_phy == sc->phy_primary_device)
i82557.c 210 int fp_phy; /* type of PHY, -1 for MII at the end. */ member in struct:fxp_phytype
362 for (fp = fxp_phytype_table; fp->fp_phy != -1; fp++)
363 if (fp->fp_phy == sc->phy_primary_device)

Completed in 92 milliseconds