1. NAME

rio_find_mport - find RIO mport by its ID

2. SYNOPSIS

struct rio_mport * rio_find_mport(int  mport_id );

3. ARGUMENTS

mport_id
    number (ID) of mport device

4. DESCRIPTION

Given a RIO mport number, the desired mport is located in the global list of mports. If the mport is found, a pointer to its data structure is returned. If no mport is found, NULL is returned.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT