Name

struct rio_scan_node — list node to register RapidIO enumeration and discovery methods with RapidIO core.

Synopsis

struct rio_scan_node {
  int mport_id;
  struct list_head node;
  struct rio_scan * ops;
};  

Members

int mport_id

ID of an mport (net) serviced by this enumerator

struct list_head node

node in global list of registered enumerators

struct rio_scan * ops

RIO enumeration and discovery operations