Rio enumeration and discovery operations
struct rio_scan {
struct module * owner;
int (* enumerate) (struct rio_mport *mport, u32 flags);
int (* discover) (struct rio_mport *mport, u32 flags);
};
owner
The module owner of this structure
enumerate
Callback to perform RapidIO fabric enumeration.
discover
Callback to perform RapidIO fabric discovery.
Matt Porter <[email protected]>, <[email protected]>
Author.