Searched refs:phy_device (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/mips/cavium/octe/
H A Dcavium-ethernet.h77 const char *phy_device; member in struct:__anon12170
H A Dethernet-mdio.c130 priv->phy_device = NULL;
H A Dethernet-mv88e61xx.c74 priv->phy_device = "mv88e61xxphy";
H A Docte.c149 if (priv->phy_device == NULL) {
156 child = device_add_child(dev, priv->phy_device, -1);
158 device_printf(dev, "missing phy %u device %s\n", priv->phy_id, priv->phy_device);

Completed in 100 milliseconds