Home
last modified time | relevance | path

Searched refs:route_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drouter_scale.sh69 local route_count=$1; shift
74 [[ $delta -ge $route_count ]]
79 local route_count=$1
90 if [[ $count -eq $route_count ]]; then
113 local route_count=$1
120 router_routes_create $route_count
121 delta=$(busywait "$TIMEOUT" wait_for_routes $t0 $route_count)
123 check_err_fail $should_fail $? "Offload routes: Expected $route_count, got $delta."
/openbmc/linux/drivers/net/ipa/
H A Dipa_table.c194 WARN_ON(count > max_t(u32, ipa->filter_count, ipa->route_count)); in ipa_table_addr()
312 count = ipa->route_count - modem_route_count; in ipa_route_reset()
588 for (route_id = 0; route_id < ipa->route_count; route_id++) in ipa_route_config()
635 ipa->route_count = count; in ipa_table_mem_valid()
725 count = max_t(u32, ipa->filter_count, ipa->route_count); in ipa_table_init()
765 u32 count = max_t(u32, 1 + ipa->filter_count, ipa->route_count); in ipa_table_exit()
H A Dipa.h91 u32 route_count; member
H A Dipa_cmd.c180 size = route ? ipa->route_count : ipa->filter_count + 1; in ipa_cmd_table_init_valid()