Home
last modified time | relevance | path

Searched refs:phy_conn_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc_acpi.c67 char phy_conn_type[64]; member
114 s = device_get_property(dev, "phy-connection-type", sc->phy_conn_type, in dpaa2_mac_dev_attach()
115 sizeof(sc->phy_conn_type), DEVICE_PROP_ANY); in dpaa2_mac_dev_attach()
125 sc->phy_conn_type[0] != '\0' ? sc->phy_conn_type : "", in dpaa2_mac_dev_attach()
H A Ddpaa2_mc_fdt.c67 char phy_conn_type[64]; member
136 s = device_get_property(dev, "phy-connection-type", sc->phy_conn_type, in dpaa2_mac_fdt_attach()
137 sizeof(sc->phy_conn_type), DEVICE_PROP_ANY); in dpaa2_mac_fdt_attach()
152 sc->managed, sc->phy_conn_type); in dpaa2_mac_fdt_attach()
/freebsd/sys/dev/ffec/
H A Dif_ffec.c161 mii_contype_t phy_conn_type;
278 switch (sc->phy_conn_type) in ffec_miigasket_setup()
394 switch (sc->phy_conn_type) { in ffec_miibus_statchg()
1509 sc->phy_conn_type = mii_fdt_get_contype(ofw_node); in ffec_attach()
1510 if (sc->phy_conn_type == MII_CONTYPE_UNKNOWN) { in ffec_attach()
160 mii_contype_t phy_conn_type; global() member