1MDIOBUS_ALLOC_SIZE(9) Network device support MDIOBUS_ALLOC_SIZE(9)
23
4
NAME
6mdiobus_alloc_size - allocate a mii_bus structure
7
SYNOPSIS
9struct mii_bus * mdiobus_alloc_size(size_t size);
10
ARGUMENTS
12size
13extra amount of memory to allocate for private storage. If
14non-zero, then bus->priv is points to that memory.
15
DESCRIPTION
17called by a bus driver to allocate an mii_bus structure to fill in.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 MDIOBUS_ALLOC_SIZE(9)