Searched refs:phy_loc (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/dpaa2/
H A Dmemac_mdio_common.c95 memacphy_get_phy_loc(struct memacphy_softc_common *sc, int *phy_loc) argument
99 if (phy_loc == NULL)
103 *phy_loc = MII_PHY_ANY;
106 *phy_loc = sc->phy;
112 device_printf(sc->dev, "returning phy_loc %d, error %d\n",
113 *phy_loc, error);
H A Dmemac_mdio_acpi.c83 memacphy_acpi_get_phy_loc(device_t dev, int *phy_loc) argument
88 return (memacphy_get_phy_loc(&sc->scc, phy_loc));
H A Dmemac_mdio_fdt.c83 memacphy_fdt_get_phy_loc(device_t dev, int *phy_loc) argument
88 return (memacphy_get_phy_loc(&sc->scc, phy_loc));
H A Ddpaa2_ni.h508 int phy_loc; member in struct:dpaa2_ni_softc::__anon647
H A Ddpaa2_ni.c887 sc->mac.phy_dev, &sc->mac.phy_loc);
904 BMSR_DEFCAPMASK, sc->mac.phy_loc,

Completed in 186 milliseconds