1. NAME

rio_is_switch - Tests if a RIO device has switch capabilities

2. SYNOPSIS

int rio_is_switch(struct rio_dev *  rdev );

3. ARGUMENTS

rdev
    RIO device

4. DESCRIPTION

Gets the RIO device Processing Element Features register contents and tests for switch capabilities. Returns 1 if the device is a switch or 0 if it is not a switch. The RIO device struct is freed.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT