1MDIOBUS_ALLOC_SIZE(9)       Network device support       MDIOBUS_ALLOC_SIZE(9)
2
3
4

NAME

6       mdiobus_alloc_size - allocate a mii_bus structure
7

SYNOPSIS

9       struct mii_bus * mdiobus_alloc_size(size_t size);
10

ARGUMENTS

12       size
13           extra amount of memory to allocate for private storage. If
14           non-zero, then bus->priv is points to that memory.
15

DESCRIPTION

17       called by a bus driver to allocate an mii_bus structure to fill in.
18
20Kernel Hackers Manual 3.10         June 2019             MDIOBUS_ALLOC_SIZE(9)
Impressum