Query: mdiobus_register
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MDIOBUS_REGISTER(9) Network device support MDIOBUS_REGISTER(9)NAMEmdiobus_register - bring up all the PHYs on a given bus and attach them to busSYNOPSISint mdiobus_register(struct mii_bus * bus);ARGUMENTSbus target mii_busDESCRIPTIONCalled by a bus driver to bring up all the PHYs on a given bus, and attach them to the bus. Returns 0 on success or < 0 on error.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MDIOBUS_REGISTER(9)