:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
struct_rio_net(9) - phpMan

Command: man perldoc info search(apropos)  


STRUCT RIO_NET(9)                           Internals                           STRUCT RIO_NET(9)



NAME
       struct_rio_net - RIO network info

SYNOPSIS
       struct rio_net {
         struct list_head node;
         struct list_head devices;
         struct list_head switches;
         struct list_head mports;
         struct rio_mport * hport;
         unsigned char id;
         struct device dev;
         void * enum_data;
         void (* release) (struct rio_net *net);
       };

MEMBERS
       node
           Node in global list of RIO networks

       devices
           List of devices in this network

       switches
           List of switches in this network

       mports
           List of master ports accessing this network

       hport
           Default port for accessing this network

       id
           RIO network ID

       dev
           Device object

       enum_data
           private data specific to a network enumerator

       release
           enumerator-specific release callback

AUTHOR
       Matt Porter <mporter AT kernel.org>, <mporter AT mvista.com>
           Author.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                         STRUCT RIO_NET(9)


/man
rootr.net - man pages