Searched refs:devroutes (Results 1 – 1 of 1) sorted by relevance
183 static bool route_set_dests_in_order(const struct ni_device_routes *devroutes) in route_set_dests_in_order() argument188 for (i = 0; i < devroutes->n_route_sets; ++i) { in route_set_dests_in_order()189 if (last >= devroutes->routes[i].dest) in route_set_dests_in_order()191 last = devroutes->routes[i].dest; in route_set_dests_in_order()197 bool route_set_sources_in_order(const struct ni_device_routes *devroutes) in route_set_sources_in_order() argument201 for (i = 0; i < devroutes->n_route_sets; ++i) { in route_set_sources_in_order()205 for (j = 0; j < devroutes->routes[i].n_src; ++j) { in route_set_sources_in_order()206 if (last >= devroutes->routes[i].src[j]) in route_set_sources_in_order()208 last = devroutes->routes[i].src[j]; in route_set_sources_in_order()216 const struct ni_device_routes *devroutes, *olddevroutes; in test_ni_assign_device_routes() local[all …]