Recursively enumerate a rio network through a master port
int rio_enum_peer(struct rio_net * net, struct rio_mport * port, u8 hopcount, struct rio_dev * prev, int prev_port);
net
RIO network being enumerated
port
Master port to send transactions
hopcount
Number of hops into the network
prev
Previous RIO device connected to the enumerated one
prev_port
Port on previous RIO device
Recursively enumerates a RIO network. Transactions are sent via the master port passed in port.
Matt Porter <[email protected]>, <[email protected]>
Author.