1. NAME

rio_register_scan - enumeration/discovery method registration interface

2. SYNOPSIS

int rio_register_scan(int  mport_id , struct rio_scan *  scan_ops );

3. ARGUMENTS

mport_id
    mport device ID for which fabric scan routine has to be set (RIO_MPORT_ANY = set for all available mports)

scan_ops
    enumeration/discovery control structure

4. DESCRIPTION

Assigns enumeration or discovery method to the specified mport device (or all available mports if RIO_MPORT_ANY is specified). Returns error if the mport already has an enumerator attached to it. In case of RIO_MPORT_ANY ignores ports with valid scan routines and returns an error if was unable to find at least one available mport.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT