rio_unregister_scan (9) Linux Manual Page
rio_unregister_scan – removes enumeration/discovery method from mport
Synopsis
int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);
Arguments
mport_id
-
- mport device ID for which fabric scan routine has to be unregistered (RIO_MPORT_ANY = apply to all mports that use the specified scan_ops)
scan_ops
- enumeration/discovery operations structure
Description
Removes enumeration or discovery method assigned to the specified mport device. If RIO_MPORT_ANY is specified, removes the specified operations from all mports that have them attached.
Author
Matt Porter <mporter [at] kernel.crashing.org>, <mporter [at] mvista.com>
- Author.
