1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>struct rio_scan_node</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="RapidIO Subsystem Guide"><link rel="up" href="internals.html#Structures" title="Structures"><link rel="prev" href="API-struct-rio-scan.html" title="struct rio_scan"><link rel="next" href="Enumeration_and_Discovery.html" title="Enumeration and Discovery"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct rio_scan_node</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-rio-scan.html">Prev</a> </td><th width="60%" align="center">Structures</th><td width="20%" align="right"> <a accesskey="n" href="Enumeration_and_Discovery.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-rio-scan-node"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct rio_scan_node — 
2     list node to register RapidIO enumeration and discovery methods with RapidIO core.
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct rio_scan_node {
5  int mport_id;
6  struct list_head node;
7  struct rio_scan * ops;
8};  </pre></div><div class="refsect1"><a name="id-1.6.3.12.5"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">mport_id</span></dt><dd><p>
9   ID of an mport (net) serviced by this enumerator
10      </p></dd><dt><span class="term">node</span></dt><dd><p>
11   node in global list of registered enumerators
12      </p></dd><dt><span class="term">ops</span></dt><dd><p>
13   RIO enumeration and discovery operations
14      </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-rio-scan.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="internals.html#Structures">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Enumeration_and_Discovery.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct rio_scan</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Enumeration and Discovery</td></tr></table></div></body></html>
15