Home
last modified time | relevance | path

Searched refs:phy_dev (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dif_dtsec_fdt.c115 device_t phy_dev; in dtsec_fdt_attach() local
151 phy_dev = OF_device_from_xref(OF_parent(phy_node)); in dtsec_fdt_attach()
153 if (phy_dev == NULL) { in dtsec_fdt_attach()
158 sc->sc_mdio = phy_dev; in dtsec_fdt_attach()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc_if.m102 bypass_get_phy_dev(device_t dev, device_t *phy_dev, uint32_t id)
106 phy_dev, id));
150 device_t *phy_dev;
H A Ddpaa2_mc_fdt.c316 dpaa2_mc_fdt_get_phy_dev(device_t dev, device_t *phy_dev, uint32_t id) in dpaa2_mc_fdt_get_phy_dev() argument
334 if (phy_dev != NULL) in dpaa2_mc_fdt_get_phy_dev()
335 *phy_dev = pdev; in dpaa2_mc_fdt_get_phy_dev()
H A Ddpaa2_mc_acpi.c306 dpaa2_mc_acpi_get_phy_dev(device_t dev, device_t *phy_dev, uint32_t id) in dpaa2_mc_acpi_get_phy_dev() argument
324 if (phy_dev != NULL) in dpaa2_mc_acpi_get_phy_dev()
325 *phy_dev = pdev; in dpaa2_mc_acpi_get_phy_dev()
H A Ddpaa2_ni.h507 device_t phy_dev; member
H A Ddpaa2_ni.c533 sc->mac.phy_dev = NULL; in dpaa2_ni_attach()
863 &sc->mac.phy_dev, sc->mac.dpmac_id); in dpaa2_ni_setup()
866 sc->mac.phy_dev, dev); in dpaa2_ni_setup()
873 sc->mac.phy_dev), error); in dpaa2_ni_setup()
878 sc->mac.phy_dev, &sc->mac.phy_loc); in dpaa2_ni_setup()
887 sc->mac.phy_dev), error); in dpaa2_ni_setup()
891 error = mii_attach(sc->mac.phy_dev, in dpaa2_ni_setup()
/freebsd/sys/dev/hptrr/
H A Dldm.h269 void * phy_dev; member
/freebsd/sys/dev/hpt27xx/
H A Dldm.h275 void * phy_dev; member
/freebsd/sys/dev/hptnr/
H A Dldm.h274 void * phy_dev; member
H A Dhptnr_osm_bsd.c796 vd->u.raw.him->get_device_config(vd->u.raw.phy_dev,&devconf); in hpt_scsi_io()
855 vd->u.raw.him->get_device_config(vd->u.raw.phy_dev,&devconf); in hpt_scsi_io()