1. NAME

rio_enum_mport - Start enumeration through a master port

2. SYNOPSIS

int rio_enum_mport(struct rio_mport *  mport , u32  flags );

3. ARGUMENTS

mport
    Master port to send transactions

flags
    Enumeration control flags

4. DESCRIPTION

Starts the enumeration process. If somebody has enumerated our master port device, then give up. If not and we have an active link, then start recursive peer enumeration. Returns 0 if enumeration succeeds or -EBUSY if enumeration fails.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT