1. NAME

rio_alloc_net - Allocate and configure a new RIO network

2. SYNOPSIS

struct rio_net * rio_alloc_net(struct rio_mport *  port , int  do_enum , u16  start );

3. ARGUMENTS

port
    Master port associated with the RIO network

do_enum
    Enumeration/Discovery mode flag

start
    logical minimal start id for new net

4. DESCRIPTION

Allocates a RIO network structure, initializes per-network list heads, and adds the associated master port to the network list of associated master ports. Returns a RIO network pointer on success or NULL on failure.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT