Home
last modified time | relevance | path

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

/Linux-v4.19/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
Drio_cm.txt18 messaging capabilities of RapidIO endpoint devices (mports) directly
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-rapidio32 only fabric enumerating mports have a valid destination ID
Dsysfs-bus-rapidio196 initiate RapidIO enumeration/discovery on all available mports a
/Linux-v4.19/include/linux/
Drio.h328 struct list_head mports; /* list of ports accessing net */ member
/Linux-v4.19/drivers/rapidio/
Drio.c120 INIT_LIST_HEAD(&net->mports); in rio_alloc_net()