1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct rio_net</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-mport.html" title="struct rio_mport"><link rel="next" href="API-struct-rio-ops.html" title="struct rio_ops"></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_net</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-rio-mport.html">Prev</a>&#160;</td><th width="60%" align="center">Structures</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-rio-ops.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-rio-net"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct rio_net &#8212; 
2     RIO network info
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct rio_net {
5  struct list_head node;
6  struct list_head devices;
7  struct list_head switches;
8  struct list_head mports;
9  struct rio_mport * hport;
10  unsigned char id;
11  struct rio_id_table destid_table;
12};  </pre></div><div class="refsect1"><a name="idp1109765620"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">node</span></dt><dd><p>
13   Node in global list of RIO networks
14      </p></dd><dt><span class="term">devices</span></dt><dd><p>
15   List of devices in this network
16      </p></dd><dt><span class="term">switches</span></dt><dd><p>
17   List of switches in this netowrk
18      </p></dd><dt><span class="term">mports</span></dt><dd><p>
19   List of master ports accessing this network
20      </p></dd><dt><span class="term">hport</span></dt><dd><p>
21   Default port for accessing this network
22      </p></dd><dt><span class="term">id</span></dt><dd><p>
23   RIO network ID
24      </p></dd><dt><span class="term">destid_table</span></dt><dd><p>
25   destID allocation table
26      </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-mport.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="internals.html#Structures">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-rio-ops.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct rio_mport</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">struct rio_ops</span></td></tr></table></div></body></html>
27