struct_rio_net

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

struct_rio_net - RIO network info

SYNOPSIS

 struct rio_net {
   struct list_head node;
   struct list_head devices;
   struct list_head mports;
   struct rio_mport * hport;
   unsigned char id;
 };  
 

MEMBERS

node

Node in global list of RIO networks

devices

List of devices in this network

mports

List of master ports accessing this network

hport

Default port for accessing this network

id

RIO network ID

AUTHOR

Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>

Author.