Home
last modified time | relevance | path

Searched refs:mports (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/Documentation/rapidio/
Drapidio.txt53 (depending on number of available mports and networks).
116 define how any given method can be attached to available RapidIO mports:
117 simply to all available mports OR individually to the specified mport device.
179 (ii) the "hdid=" parameter in systems with multiple mports can have
228 To initiate RapidIO enumeration/discovery on all available mports a user may
Dsysfs.txt107 To initiate RapidIO enumeration/discovery on all available mports
131 fabric enumerating mports have a valid destination ID assigned
/linux-4.1.27/include/linux/
Drio.h311 struct list_head mports; /* list of ports accessing net */ member
/linux-4.1.27/drivers/rapidio/
Drio-scan.c906 INIT_LIST_HEAD(&net->mports); in rio_alloc_net()
907 list_add_tail(&port->nnode, &net->mports); in rio_alloc_net()