Lines Matching full:enumeration
3 * RapidIO enumeration and discovery support
184 * rio_clear_locks- Release all host locks and signal enumeration complete
187 * Marks the component tag CSR on each device with the enumeration
312 * @do_enum: Enumeration/Discovery mode flag
316 * ID is either assigned in enumeration mode or read from configuration
502 * Used during enumeration to read the Host Device ID Lock CSR on a
701 * rio_enum_complete- Tests if enumeration of a network is complete
704 * Tests the PGCCSR discovered bit for non-zero value (enumeration
705 * complete flag). Return %1 if enumeration is complete or %0 if
706 * enumeration is incomplete.
830 * @do_enum: Enumeration/Discovery mode flag
889 * unknown during the first enumeration pass through the switch.
940 * rio_enum_mport- Start enumeration through a master port
942 * @flags: Enumeration control flags
944 * Starts the enumeration process. If somebody has enumerated our
946 * link, then start recursive peer enumeration. Returns %0 if
947 * enumeration succeeds or %-EBUSY if enumeration fails.
958 * To avoid multiple start requests (repeat enumeration is not supported in rio_enum_mport()
959 * by this method) check if enumeration/discovery was performed for this in rio_enum_mport()
997 /* A higher priority host won enumeration, bail. */ in rio_enum_mport()
999 "RIO: master port %d device has lost enumeration to a remote host\n", in rio_enum_mport()
1058 * then wait for the signal that enumeration is complete (if wait
1060 * When enumeration completion is signaled, start recursive
1079 pr_debug("RIO: wait for enumeration to complete...\n"); in rio_disc_mport()
1092 pr_debug("RIO: ... enumeration done\n"); in rio_disc_mport()
1130 MODULE_PARM_DESC(scan, "Start RapidIO network enumeration/discovery "
1136 * When this enumeration/discovery method is loaded as a module this function
1137 * registers its specific enumeration and discover routines for all available
1139 * the module to start RapidIO enumeration/discovery automatically.
1143 * This enumeration/discovery method cannot be unloaded and therefore does not
1158 MODULE_DESCRIPTION("Basic RapidIO enumeration/discovery");