Searched refs:phy_dev (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/dpaa/ |
H A D | if_dtsec_fdt.c | 115 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 D | dpaa2_mc_if.m | 102 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 D | dpaa2_mc_fdt.c | 316 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 D | dpaa2_mc_acpi.c | 306 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 D | dpaa2_ni.h | 507 device_t phy_dev; member
|
H A D | dpaa2_ni.c | 533 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 D | ldm.h | 269 void * phy_dev; member
|
/freebsd/sys/dev/hpt27xx/ |
H A D | ldm.h | 275 void * phy_dev; member
|
/freebsd/sys/dev/hptnr/ |
H A D | ldm.h | 274 void * phy_dev; member
|
H A D | hptnr_osm_bsd.c | 796 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()
|