Searched refs:rio_net (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/rapidio/ |
D | rio-scan.c | 62 static u16 rio_destid_alloc(struct rio_net *net) in rio_destid_alloc() 88 static int rio_destid_reserve(struct rio_net *net, u16 destid) in rio_destid_reserve() 107 static void rio_destid_free(struct rio_net *net, u16 destid) in rio_destid_free() 121 static u16 rio_destid_first(struct rio_net *net) in rio_destid_first() 141 static u16 rio_destid_next(struct rio_net *net, u16 from) in rio_destid_next() 210 static int rio_clear_locks(struct rio_net *net) in rio_clear_locks() 341 static struct rio_dev *rio_setup_device(struct rio_net *net, in rio_setup_device() 564 static int rio_enum_peer(struct rio_net *net, struct rio_mport *port, in rio_enum_peer() 772 rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid, in rio_disc_peer() 878 static struct rio_net *rio_alloc_net(struct rio_mport *port, in rio_alloc_net() [all …]
|
/linux-4.4.14/include/linux/ |
D | rio.h | 173 struct rio_net *net; /* RIO net this device resides in */ 307 struct rio_net { struct
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 71 Each RapidIO network known to the system is represented by corresponding rio_net
|