Searched refs:mport_id (Results 1 – 3 of 3) sorted by relevance
44 extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops);45 extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);47 extern struct rio_mport *rio_find_mport(int mport_id);48 extern int rio_mport_scan(int mport_id);
1625 struct rio_mport *rio_find_mport(int mport_id) in rio_find_mport() argument1631 if (port->id == mport_id) in rio_find_mport()1654 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument1660 pr_debug("RIO: %s for mport_id=%d\n", __func__, mport_id); in rio_register_scan()1662 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || in rio_register_scan()1674 if (scan->mport_id == mport_id) { in rio_register_scan()1689 scan->mport_id = mport_id; in rio_register_scan()1702 if (port->id == mport_id) { in rio_register_scan()1705 } else if (mport_id == RIO_MPORT_ANY && !port->nscan) in rio_register_scan()1729 int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) in rio_unregister_scan() argument[all …]
473 int mport_id; member