Searched refs:devroutes (Results 1 – 1 of 1) sorted by relevance
182 static bool route_set_dests_in_order(const struct ni_device_routes *devroutes) in route_set_dests_in_order() argument187 for (i = 0; i < devroutes->n_route_sets; ++i) { in route_set_dests_in_order()188 if (last >= devroutes->routes[i].dest) in route_set_dests_in_order()190 last = devroutes->routes[i].dest; in route_set_dests_in_order()196 static bool route_set_sources_in_order(const struct ni_device_routes *devroutes) in route_set_sources_in_order() argument200 for (i = 0; i < devroutes->n_route_sets; ++i) { in route_set_sources_in_order()204 for (j = 0; j < devroutes->routes[i].n_src; ++j) { in route_set_sources_in_order()205 if (last >= devroutes->routes[i].src[j]) in route_set_sources_in_order()207 last = devroutes->routes[i].src[j]; in route_set_sources_in_order()215 const struct ni_device_routes *devroutes; in test_ni_assign_device_routes() local[all …]