'\" t .\" Title: rio_enum_peer .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Internals .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "RIO_ENUM_PEER" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Internals" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" rio_enum_peer \- Recursively enumerate a RIO network through a master port .SH "SYNOPSIS" .HP \w'int\ rio_enum_peer('u .BI "int rio_enum_peer(struct\ rio_net\ *\ " "net" ", struct\ rio_mport\ *\ " "port" ", u8\ " "hopcount" ", struct\ rio_dev\ *\ " "prev" ", int\ " "prev_port" ");" .SH "ARGUMENTS" .PP \fInet\fR .RS 4 RIO network being enumerated .RE .PP \fIport\fR .RS 4 Master port to send transactions .RE .PP \fIhopcount\fR .RS 4 Number of hops into the network .RE .PP \fIprev\fR .RS 4 Previous RIO device connected to the enumerated one .RE .PP \fIprev_port\fR .RS 4 Port on previous RIO device .RE .SH "DESCRIPTION" .PP Recursively enumerates a RIO network\&. Transactions are sent via the master port passed in \fIport\fR\&. .SH "AUTHOR" .PP \fBMatt Porter\fR <\&mporter@kernel.crashing.org\&>, <\&mporter@mvista.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br