1. NAME

rio_switch_init - Sets switch operations for a particular vendor switch

2. SYNOPSIS

void rio_switch_init(struct rio_dev *  rdev , int  do_enum );

3. ARGUMENTS

rdev
    RIO device

do_enum
    Enumeration/Discovery mode flag

4. DESCRIPTION

Searches the RIO switch ops table for known switch types. If the vid and did match a switch table entry, then call switch initialization routine to setup switch-specific routines.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT