'\" t .\" Title: struct rio_scan_node .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Internals .\" Source: Kernel Hackers Manual 4.12.2 .\" Language: English .\" .TH "STRUCT RIO_SCAN_NODE" "9" "July 2017" "Kernel Hackers Manual 4\&.12\&" "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" struct_rio_scan_node \- list node to register RapidIO enumeration and discovery methods with RapidIO core\&. .SH "SYNOPSIS" .sp .nf struct rio_scan_node { int mport_id; struct list_head node; struct rio_scan * ops; }; .fi .SH "MEMBERS" .PP int mport_id .RS 4 ID of an mport (net) serviced by this enumerator .RE .PP struct list_head node .RS 4 node in global list of registered enumerators .RE .PP struct rio_scan * ops .RS 4 RIO enumeration and discovery operations .RE .SH "AUTHOR" .PP \fBMatt Porter\fR <\&mporter@kernel.crashing.org\&>, <\&mporter@mvista.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br