Lines Matching full:valid
68 * Find the valid routes for a board.
103 /* Second, find the set of routes valid for this device. */ in ni_find_device_routes()
125 * Finds the route values for the device family and the set of valid routes
126 * for the board. If valid routes could not be found for the actual board
130 * (for example, with the route values but not the set of valid routes).
146 * ni_count_valid_routes() - Count the number of valid routes.
147 * @tables: Routing tables for which to count all valid routes.
164 /* direct routing is valid */ in ni_count_valid_routes()
190 * Return: the number of valid routes if n_pairs == 0; otherwise, the number of
191 * valid routes copied.
215 bool valid = false; in ni_get_valid_routes() local
219 /* direct routing is valid */ in ni_get_valid_routes()
220 valid = true; in ni_get_valid_routes()
227 /* indirect routing also valid */ in ni_get_valid_routes()
228 valid = true; in ni_get_valid_routes()
231 if (valid) { in ni_get_valid_routes()
301 * ni_sort_device_routes() - Sort the list of valid device signal routes in
334 /* sort all valid device signal routes in prep for use */
405 * without checking whether the route is valid for
411 * Return: -EINVAL if the specified route is not valid for this device family.
429 /* mask out the valid-value marking bit */ in ni_lookup_route_register()
461 * cases given above; Otherwise, -1 if the specified route is not valid for
501 /* mask out the valid-value marking bit */ in ni_route_to_register()
517 * valid for any routes to the destination), -EINVAL is returned.