Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Dmemac_mdio_common.c95 memacphy_get_phy_loc(struct memacphy_softc_common *sc, int *phy_loc) in memacphy_get_phy_loc() argument
99 if (phy_loc == NULL) in memacphy_get_phy_loc()
103 *phy_loc = MII_PHY_ANY; in memacphy_get_phy_loc()
106 *phy_loc = sc->phy; in memacphy_get_phy_loc()
113 *phy_loc, error); in memacphy_get_phy_loc()
H A Dmemac_mdio_fdt.c83 memacphy_fdt_get_phy_loc(device_t dev, int *phy_loc) in memacphy_fdt_get_phy_loc() argument
88 return (memacphy_get_phy_loc(&sc->scc, phy_loc)); in memacphy_fdt_get_phy_loc()
H A Dmemac_mdio_acpi.c83 memacphy_acpi_get_phy_loc(device_t dev, int *phy_loc) in memacphy_acpi_get_phy_loc() argument
88 return (memacphy_get_phy_loc(&sc->scc, phy_loc)); in memacphy_acpi_get_phy_loc()
H A Dmemac_mdio_if.m40 int *phy_loc;
H A Ddpaa2_ni.h508 int phy_loc; member
H A Ddpaa2_ni.c878 sc->mac.phy_dev, &sc->mac.phy_loc); in dpaa2_ni_setup()
895 BMSR_DEFCAPMASK, sc->mac.phy_loc, in dpaa2_ni_setup()