Scroll to navigation

__MDIOBUS_REGISTER(9) Network device support __MDIOBUS_REGISTER(9)

NAME

__mdiobus_register - bring up all the PHYs on a given bus and attach them to bus

SYNOPSIS

int __mdiobus_register(struct mii_bus * bus, struct module * owner);

ARGUMENTS

bus

target mii_bus

owner

-- undescribed --

DESCRIPTION

Called 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.

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10